Skip to content

Commit

Permalink
say no to install-protoc in github pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxxedpoint committed Jan 3, 2023
1 parent 98499c2 commit b991f75
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-and-push-cliain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Cargo | Build release binary
run: |
cd ./bin/cliain && cargo build --release
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build-node-and-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build-send-postsync-hook-runtime-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Build binary
run: |
pushd bin/cliain/
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/check-excluded-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Read excluded packages from Cargo.toml
id: read_excluded
uses: SebRollen/toml-action@v1.0.0
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Restore cache
uses: ./.github/actions/restore-cache
with:
Expand Down Expand Up @@ -144,11 +139,6 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown

Expand Down Expand Up @@ -182,11 +172,6 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Restore cache
uses: ./.github/actions/restore-cache
with:
Expand Down Expand Up @@ -906,11 +891,6 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown

Expand Down Expand Up @@ -124,11 +119,6 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Restore cache
uses: ./.github/actions/restore-cache
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'

- name: Install clippy and fmt
run: rustup component add clippy rustfmt

Expand Down

0 comments on commit b991f75

Please sign in to comment.