Skip to content

Commit b984f32

Browse files
committed
Be sure to use sudo
1 parent cb3fd22 commit b984f32

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
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install dependencies for honggfuzz
9191
run: |
9292
sudo apt-get update
93-
apt-get -y install build-essential binutils-dev libunwind-dev
93+
sudo apt-get -y install build-essential binutils-dev libunwind-dev
9494
- name: Fuzz test on Rust ${{ matrix.TOOLCHAIN }}
9595
run: cd fuzz && cargo test --verbose
9696
- name: Generate fuzz report

0 commit comments

Comments
 (0)