We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe33cf commit 713ab4aCopy full SHA for 713ab4a
.github/workflows/release.yml
@@ -18,8 +18,8 @@ jobs:
18
- target: x86_64-apple-darwin
19
archive: zip
20
steps:
21
- - name: update protoc
22
- run: sudo apt-get install protobuf-compiler
+ - name: Install Protoc
+ uses: arduino/setup-protoc@v3
23
- uses: actions/checkout@master
24
- name: Compile and release
25
uses: rust-build/[email protected]
0 commit comments