Skip to content

Commit

Permalink
add protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Feb 7, 2024
1 parent a01148a commit f422827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: arduino/setup-protoc@v2
with:
version: "24.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: astria-${{ inputs.package-name }}
Expand Down

0 comments on commit f422827

Please sign in to comment.