Skip to content

Commit

Permalink
Update protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Feb 25, 2024
1 parent 1a6a7f1 commit c22a084
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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.20.1"
version: "23.x"
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.20.1"
version: "23.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Check stuff
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ Win32/
*.opensdf
*.sdf
*.suo
*.vcxproj.user
*.dll
*.psess
*.vcxproj
*.vcxproj.filters
*.vcxproj*
*.vspx
*.sln
*.ilk
Expand Down

0 comments on commit c22a084

Please sign in to comment.