Skip to content

Commit

Permalink
Use setup-protoc for protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomShift committed Feb 13, 2024
1 parent 2fe33cf commit 713ab4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- target: x86_64-apple-darwin
archive: zip
steps:
- name: update protoc
run: sudo apt-get install protobuf-compiler
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.4
Expand Down

0 comments on commit 713ab4a

Please sign in to comment.