mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 20:33:05 +00:00
Merge branch 'main' into patch-3
This commit is contained in:
commit
2a94cc0d54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Get random cache id
|
||||
run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
- uses: pat-s/always-upload-cache@v3.0.1
|
||||
- uses: pat-s/always-upload-cache@v3.0.11
|
||||
with:
|
||||
path: results/*.yaml
|
||||
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ env.CACHE_ID }}
|
||||
|
|
Loading…
Reference in a new issue