Skip to content

Commit

Permalink
CI: install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Sep 23, 2024
1 parent 25ee6fc commit bd3fb00
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
rustup set auto-self-update disable
rustup toolchain install stable --profile minimal
- name: Install Protoc
if: steps.cache.outputs.cache-hit != 'true'
uses: arduino/setup-protoc@v3
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Rust cache
uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -145,6 +152,13 @@ jobs:
rustup set auto-self-update disable
rustup toolchain install stable --profile minimal
- name: Install Protoc
if: steps.cache.outputs.cache-hit != 'true'
uses: arduino/setup-protoc@v3
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Rust cache
uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -188,6 +202,13 @@ jobs:
rustup set auto-self-update disable
rustup toolchain install stable --profile minimal
- name: Install Protoc
if: steps.cache.outputs.cache-hit != 'true'
uses: arduino/setup-protoc@v3
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Rust cache
uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit bd3fb00

Please sign in to comment.