Skip to content

Commit 601b9fd

Browse files
authored
Update rust.yml
adding sudo Signed-off-by: mitun567 <[email protected]>
1 parent 63e2171 commit 601b9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build
20-
run: apt-get install protobuf-compiler && cargo build --release
20+
run: sudo apt-get install protobuf-compiler && cargo build --release
2121
- name: Run tests
2222
run: cargo test --verbose

0 commit comments

Comments
 (0)