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 aadd27e commit ff3d157Copy full SHA for ff3d157
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
override: true
87
profile: minimal
88
- name: Install dependencies for honggfuzz
89
- run: sudo apt install build-essential binutils-dev libunwind-dev
+ run: sudo apt-get -y install build-essential binutils-dev libunwind-dev
90
- name: Fuzz test on Rust ${{ matrix.TOOLCHAIN }}
91
run: cd fuzz && cargo test --verbose
92
- name: Generate fuzz report
0 commit comments