Skip to content

Commit 1537fdf

Browse files
committed
fix(ci): replace apt install with setup-protoc in release workflow
1 parent c93f6a6 commit 1537fdf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release_plz.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
fetch-depth: 0
2323
- name: Install Rust toolchain
2424
uses: dtolnay/rust-toolchain@stable
25-
- name: Install dependencies
26-
run: sudo apt install -y protobuf-compiler libprotobuf-dev
25+
- uses: arduino/setup-protoc@v3
26+
with:
27+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2728
- name: Run release-plz
2829
uses: MarcoIeni/release-plz-action@v0.5
2930
with:

0 commit comments

Comments
 (0)