We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fce9c9 commit 5c9c5ecCopy full SHA for 5c9c5ec
1 file changed
.github/workflows/release_plz.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Rust toolchain
24
uses: dtolnay/rust-toolchain@stable
25
- name: Install dependencies
26
- run: apt install -y protobuf-compiler libprotobuf-dev
+ run: sudo apt install -y protobuf-compiler libprotobuf-dev
27
- name: Run release-plz
28
uses: MarcoIeni/release-plz-action@v0.5
29
with:
0 commit comments