mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-08 11:17:44 -05:00
Fix: debian build after removing geo files from repo (#873)
This commit is contained in:
parent
10ca68f277
commit
a962e8ac00
5
.github/workflows/deb.yml
vendored
5
.github/workflows/deb.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user