Skip to content

Commit

Permalink
Install libseccomp build dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Sep 29, 2023
1 parent aa36126 commit 9f39b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Install Musl
run: sudo apt-get install -y musl-tools musl
run: sudo apt-get install -y musl-tools musl autoconf gperf
- uses: actions/checkout@v1
- name: Make
run: |
Expand Down

0 comments on commit 9f39b71

Please sign in to comment.