We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e2171 commit 601b9fdCopy full SHA for 601b9fd
.github/workflows/rust.yml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Build
20
- run: apt-get install protobuf-compiler && cargo build --release
+ run: sudo apt-get install protobuf-compiler && cargo build --release
21
- name: Run tests
22
run: cargo test --verbose
0 commit comments