Skip to content

Commit c54bc28

Browse files
committed
Adding sudo.
1 parent 86a6f0a commit c54bc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
- name: install protoc
6969
run: |
70-
apt update
71-
apt install protobuf-compiler
70+
sudo apt update
71+
sudo apt install protobuf-compiler
7272
7373
- name: Run clippy
7474
run: cargo clippy --all-targets --tests -- -Dwarnings

0 commit comments

Comments
 (0)