Skip to content

Commit

Permalink
ci: Try to install protoc manually
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Nov 10, 2022
1 parent 8cad9a3 commit 89be9dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@v1
- name: Install protoc
run: sudo apt-get update protobuf-compiler
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@v1
- name: Install protoc
run: sudo apt-get update protobuf-compiler
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
Expand All @@ -50,7 +51,8 @@ jobs:
with:
path: ./llvm
key: llvm
- uses: arduino/setup-protoc@v1
- name: Install protoc
run: sudo apt-get update protobuf-compiler
- uses: KyleMayes/install-llvm-action@v1
with:
version: "14.0"
Expand Down Expand Up @@ -83,7 +85,8 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@v1
- name: Install protoc
run: sudo apt-get update protobuf-compiler
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
Expand All @@ -100,7 +103,8 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@v1
- name: Install protoc
run: sudo apt-get update protobuf-compiler
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
Expand Down

0 comments on commit 89be9dc

Please sign in to comment.