Skip to content

Commit 713ab4a

Browse files
committed
Use setup-protoc for protoc
1 parent 2fe33cf commit 713ab4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- target: x86_64-apple-darwin
1919
archive: zip
2020
steps:
21-
- name: update protoc
22-
run: sudo apt-get install protobuf-compiler
21+
- name: Install Protoc
22+
uses: arduino/setup-protoc@v3
2323
- uses: actions/checkout@master
2424
- name: Compile and release
2525
uses: rust-build/[email protected]

0 commit comments

Comments
 (0)