Skip to content

Commit 5c9c5ec

Browse files
authored
Update release_plz.yml: add sudo for installing dependencies. (#89)
1 parent 1fce9c9 commit 5c9c5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Rust toolchain
2424
uses: dtolnay/rust-toolchain@stable
2525
- name: Install dependencies
26-
run: apt install -y protobuf-compiler libprotobuf-dev
26+
run: sudo apt install -y protobuf-compiler libprotobuf-dev
2727
- name: Run release-plz
2828
uses: MarcoIeni/release-plz-action@v0.5
2929
with:

0 commit comments

Comments
 (0)