Skip to content

Commit

Permalink
Try not installing rust
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh committed Dec 2, 2024
1 parent 7792dd8 commit 4fe6fe9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ jobs:
path: ./packages/core-bridge/releases
key: corebridge-artifactcache-debug-${{ matrix.platform }}-${{ hashFiles('./packages/core-bridge/**/Cargo.lock', './packages/core-bridge/**/*.rs') }}

- name: Install Rust
if: steps.cached-artifact.outputs.cache-hit != 'true'
uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}

- name: Install protoc
if: steps.cached-artifact.outputs.cache-hit != 'true'
uses: arduino/setup-protoc@v3
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
restore-keys: |
npm-main-linux-x64-
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
target: x86_64-unknown-linux-gnu

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ jobs:
path: ./packages/core-bridge/releases
key: corebridge-artifactcache-${{ matrix.platform }}-${{ hashFiles('./packages/core-bridge/**/Cargo.lock', './packages/core-bridge/**/*.rs') }}

- name: Install Rust
if: steps.cached-artifact.outputs.cache-hit != 'true' && !matrix.container
uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}

- name: Install protoc
if: steps.cached-artifact.outputs.cache-hit != 'true' && !matrix.container
uses: arduino/setup-protoc@v3
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ jobs:
restore-keys: |
npm-main-linux-x64-
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
target: x86_64-unknown-linux-gnu

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down

0 comments on commit 4fe6fe9

Please sign in to comment.