Download RIB files in multiple threads

This commit is contained in:
Yifan Gao
2024-07-08 14:56:14 +08:00
parent 697c7a50c8
commit 32cdbeb30d
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.16
- run: sudo apt-get install -y lftp bgpdump tree jq
- run: sudo apt-get install -y lftp bgpdump tree jq axel
- uses: actions/cache@v3
with:
key: ${{ runner.os }}-build-dependencies