Skip to content

Commit

Permalink
Need sudo to install packages...
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jan committed Apr 5, 2024
1 parent 39e43b9 commit da2e750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Rust
run: rustup update stable
- name: Install libseccomp
run: apt-get install libseccomp-dev libseccomp2
run: sudo apt-get install -y libseccomp-dev libseccomp2
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
Expand Down

0 comments on commit da2e750

Please sign in to comment.