Skip to content

Commit

Permalink
actions: install exabgp
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Jan 16, 2025
1 parent 91a1781 commit ae504bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
sudo apt install libreadline-dev
sudo apt install exabgp libreadline-dev
wget https://bird.network.cz/download/bird-3.0.0.tar.gz
tar xf bird-3.0.0.tar.gz
cd bird-3.0.0
Expand Down

0 comments on commit ae504bb

Please sign in to comment.