Skip to content

Commit

Permalink
sudo apt-get (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: stevelr <[email protected]>

Signed-off-by: stevelr <[email protected]>
  • Loading branch information
stevelr authored Nov 15, 2022
1 parent 39f3421 commit 684c3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasmbus-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- name: install_protoc
run: apt-get install -y protobuf-compiler
run: sudo apt-get install -y protobuf-compiler
- name: run_all_tests_clippy_fmt
working-directory: ${{ env.working-directory }}
run: make test
Expand Down

0 comments on commit 684c3e9

Please sign in to comment.