Skip to content

Commit

Permalink
CI: Bump protoc to v25.x.
Browse files Browse the repository at this point in the history
Installing protoc is currently failing sometimes. Perhaps this will
help.
  • Loading branch information
SamirTalwar committed Nov 7, 2023
1 parent ca5639e commit da946cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: install protoc
uses: arduino/setup-protoc@v2
with:
version: "24.3"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: install tools
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: install protoc
uses: arduino/setup-protoc@v2
with:
version: "24.3"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: install tools
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: install protoc
uses: arduino/setup-protoc@v2
with:
version: "24.3"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: setup deployment
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: install protoc
uses: arduino/setup-protoc@v2
with:
version: "24.3"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: install tools
Expand Down

0 comments on commit da946cd

Please sign in to comment.