mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 15:36:41 -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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user