Skip to content

Commit

Permalink
fix: protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Jun 7, 2024
1 parent 2df8aa2 commit 09d73f4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -65,9 +66,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -69,9 +70,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -105,9 +107,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/python_asyncio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -75,9 +76,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -117,9 +119,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -43,9 +44,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 21.x
- name: Install NodeJs
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 09d73f4

Please sign in to comment.