Browse Source

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

Loyalsoldier 4 years ago
parent
commit
a962e8ac00
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/deb.yml

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

@@ -25,6 +25,11 @@ jobs:
         with:
         with:
           submodules: "recursive"
           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
       - name: Install build dependencies
         run: |
         run: |
           apt-get install -y build-essential dh-golang golang-any reprepro
           apt-get install -y build-essential dh-golang golang-any reprepro