Skip to content

Commit

Permalink
fix: install bgpq4 from debian
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jul 24, 2022
1 parent 644cf8e commit 9758db5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install bgpq4 and bird2
run: sudo apt install -y bird2 bgpq4
run: |
wget http://ftp.us.debian.org/debian/pool/main/b/bgpq4/bgpq4_0.0.6-2_amd64.deb
sudo dpkg -i bgpq4*.deb
sudo apt install -y bird2
- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 9758db5

Please sign in to comment.