Skip to content

Commit

Permalink
fix: Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
semtexzv committed Sep 14, 2023
1 parent a484379 commit 066a9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: ./scripts/vendor.sh

- name: Prepare
run: apt-get update && apt-get install protobuf-compiler
run: sudo apt-get update && sudo apt-get install protobuf-compiler

- name: Build
run: RUST_BACKTRACE=full cargo build
Expand Down

0 comments on commit 066a9dd

Please sign in to comment.