Skip to content

Commit

Permalink
Install brctl on GitHub actions worker
Browse files Browse the repository at this point in the history
  • Loading branch information
mafik committed Jun 5, 2024
1 parent 60eaa22 commit 8f7efe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Update APT repositories
run: sudo apt update
- name: Install dependencies
run: sudo apt install -y inotify-tools libgmock-dev
run: sudo apt install -y inotify-tools libgmock-dev bridge-utils
- name: Run test
run: sudo --preserve-env=PATH ./run test_e2e
# - name: Debug with tmate on failure
Expand Down

0 comments on commit 8f7efe9

Please sign in to comment.