Skip to content

Commit

Permalink
github-actions: add containernetworking-plugins
Browse files Browse the repository at this point in the history
Add additional package for CI/CD

Signed-off-by: Douglas Landgraf <[email protected]>
  • Loading branch information
dougsland committed Jun 20, 2024
1 parent 0d91a03 commit 3daf9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make
run: sudo apt-get update && sudo apt-get install -y make containernetworking-plugins

- name: Run make install
run: sudo make install
Expand Down

0 comments on commit 3daf9ff

Please sign in to comment.