Skip to content

Commit

Permalink
fix protoc on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Nov 21, 2023
1 parent 455352d commit b30c251
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:
});
console.log(release.data.upload_url);
return release.data.upload_url
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: "24.x"

- uses: actions-rs/toolchain@v1
if: matrix.os != 'ubuntu'
Expand Down

0 comments on commit b30c251

Please sign in to comment.