Skip to content

Commit 9758db5

Browse files
committed
fix: install bgpq4 from debian
1 parent 644cf8e commit 9758db5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Install bgpq4 and bird2
13-
run: sudo apt install -y bird2 bgpq4
13+
run: |
14+
wget http://ftp.us.debian.org/debian/pool/main/b/bgpq4/bgpq4_0.0.6-2_amd64.deb
15+
sudo dpkg -i bgpq4*.deb
16+
sudo apt install -y bird2
1417
1518
- name: Set up Go
1619
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)