浏览代码

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