Skip to content

Commit 80a6b83

Browse files
committed
Bring back some of Till's cache changes
Signed-off-by: itowlson <[email protected]>
1 parent 8baa678 commit 80a6b83

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/actions/spin-ci-dependencies/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ runs:
114114
if: ${{ inputs.rust-cache == 'true' }}
115115
with:
116116
shared-key: "${{ runner.os }}-full-${{ hashFiles('./Cargo.lock', './os-release') }}"
117+
save-if: ${{ github.ref == 'refs/heads/main' }}
117118

118119
## Install nomad
119120
- name: Install nomad

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
with:
100100
rust: true
101101
rust-cross: true
102-
rust-cache: true
103102

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

0 commit comments

Comments
 (0)