Skip to content

Commit

Permalink
Update release_plz.yml: add sudo for installing dependencies. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 authored Dec 19, 2024
1 parent 1fce9c9 commit 5c9c5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: apt install -y protobuf-compiler libprotobuf-dev
run: sudo apt install -y protobuf-compiler libprotobuf-dev
- name: Run release-plz
uses: MarcoIeni/[email protected]
with:
Expand Down

0 comments on commit 5c9c5ec

Please sign in to comment.