From a962e8ac009be42e893b3eb457f6f4d431277f9f Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 7 Apr 2021 03:20:51 +0800 Subject: [PATCH] Fix: debian build after removing geo files from repo (#873) --- .github/workflows/deb.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index d2a9bca1b..3fa0867d8 100644 --- a/.github/workflows/deb.yml +++ b/.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