Skip to content

Commit

Permalink
ci: check-build: setup-protoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Oct 29, 2024
1 parent 4d63b06 commit a2a1360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: build pylancelot wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit a2a1360

Please sign in to comment.