We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2a6bf commit 49e6181Copy full SHA for 49e6181
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Install bgpq4 and bird2
13
run: |
14
- wget https://mirrors.kernel.org/ubuntu/pool/universe/b/bgpq4/bgpq4_0.0.6-2_amd64.deb
+ wget http://archive.ubuntu.com/ubuntu/pool/universe/b/bgpq4/bgpq4_1.4-1_amd64.deb
15
sudo dpkg -i bgpq4*.deb
16
sudo apt install -y bird2
17
0 commit comments