Skip to content

Commit 832a3f0

Browse files
committed
Bring back another couple of cache things
Signed-off-by: itowlson <[email protected]>
1 parent 80a6b83 commit 832a3f0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
with:
4545
rust: true
4646
rust-wasm: true
47-
rust-cache: true
4847

4948
- name: Run lints on main code
5049
run: BUILD_SPIN_EXAMPLES=0 make lint
@@ -64,7 +63,6 @@ jobs:
6463
with:
6564
rust: true
6665
rust-wasm: true
67-
rust-cache: true
6866

6967
- name: Cargo Build
7068
run: cargo build --workspace --release --all-targets --features openssl/vendored --features all-tests

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ jobs:
331331
with:
332332
rust: true
333333
rust-cross: true
334-
rust-cache: true
335334

336335
- name: Cargo Build
337336
run: cross build --target ${{ matrix.config.target }} --release --features openssl/vendored

0 commit comments

Comments
 (0)