We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3fd22 commit b984f32Copy full SHA for b984f32
.github/workflows/build.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Install dependencies for honggfuzz
91
run: |
92
sudo apt-get update
93
- apt-get -y install build-essential binutils-dev libunwind-dev
+ sudo apt-get -y install build-essential binutils-dev libunwind-dev
94
- name: Fuzz test on Rust ${{ matrix.TOOLCHAIN }}
95
run: cd fuzz && cargo test --verbose
96
- name: Generate fuzz report
0 commit comments