Skip to content

Commit

Permalink
Fix protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Feb 25, 2024
1 parent cb19ba6 commit 1a6a7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: '3.x'
version: "3.20.1"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Check stuff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: '3.x'
version: "3.20.1"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Check stuff
Expand Down

0 comments on commit 1a6a7f1

Please sign in to comment.