Go back to the old, working cache

pull/1684/head
Tom Parker-Shemilt 3 months ago
parent 9151e08714
commit 5fc9a996c8

@ -21,9 +21,8 @@ jobs:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- name: Load results cache
uses: actions/cache@v4
uses: pat-s/always-upload-cache@v3.0.11
with:
save-always: true
path: results/*.yaml
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ github.run_id }}
restore-keys: |

Loading…
Cancel
Save