소스 검색

Fix: debian build after removing geo files from repo (#873)

Loyalsoldier 4 년 전
부모
커밋
a962e8ac00
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .github/workflows/deb.yml

+ 5 - 0
.github/workflows/deb.yml

@@ -25,6 +25,11 @@ jobs:
         with:
           submodules: "recursive"
 
+      - name: Download geo files
+        run: |
+          wget -O release/config/geoip.dat "https://raw.githubusercontent.com/v2fly/geoip/release/geoip.dat"
+          wget -O release/config/geosite.dat "https://raw.githubusercontent.com/v2fly/domain-list-community/release/dlc.dat"
+
       - name: Install build dependencies
         run: |
           apt-get install -y build-essential dh-golang golang-any reprepro