1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-15 20:25:23 +00:00

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

This commit is contained in:
Loyalsoldier 2021-04-07 03:20:51 +08:00 committed by GitHub
parent 10ca68f277
commit a962e8ac00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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