mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
Upgrade results cache
This commit is contained in:
parent
225c6c8d4b
commit
87af5436c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Get random cache id
|
- name: Get random cache id
|
||||||
run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV
|
run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: pat-s/always-upload-cache@v2.1.5
|
- uses: pat-s/always-upload-cache@v3.0.1
|
||||||
with:
|
with:
|
||||||
path: results/*.yaml
|
path: results/*.yaml
|
||||||
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ env.CACHE_ID }}
|
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ env.CACHE_ID }}
|
||||||
|
|
Loading…
Reference in a new issue