Skip to content

Commit

Permalink
Try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin authored Oct 9, 2023
1 parent 5e96101 commit 8a1fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v3
- run: apt-get install binutils-dev
- run: sudo apt-get install binutils-dev
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo install cargo-afl honggfuzz grcov
- run: cargo install --path . --verbose
Expand Down

0 comments on commit 8a1fd83

Please sign in to comment.