Skip to content

Commit

Permalink
fixup! fixup! gha: Add release tooling for Rust artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 6, 2023
1 parent 76419a9 commit d0c65ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
- name: Install dependencies
run: |
${{ matrix.packages_install }}
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.2" # Fixed since we mount the path below
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build artifacts
run: |
cd libs
Expand Down

0 comments on commit d0c65ba

Please sign in to comment.