Skip to content

Commit ff3d157

Browse files
committed
Use more robust apt call
1 parent aadd27e commit ff3d157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
override: true
8787
profile: minimal
8888
- name: Install dependencies for honggfuzz
89-
run: sudo apt install build-essential binutils-dev libunwind-dev
89+
run: sudo apt-get -y install build-essential binutils-dev libunwind-dev
9090
- name: Fuzz test on Rust ${{ matrix.TOOLCHAIN }}
9191
run: cd fuzz && cargo test --verbose
9292
- name: Generate fuzz report

0 commit comments

Comments
 (0)