mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[ci] Key CTS job caches to the CTS version (#8476)
This commit is contained in:
parent
2e34322f9a
commit
f888eab831
3
.github/workflows/cts.yml
vendored
3
.github/workflows/cts.yml
vendored
@ -71,7 +71,8 @@ jobs:
|
||||
- name: caching
|
||||
uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
prefix-key: v2-rust # Increment version for cache busting
|
||||
# The version number can be incremented for cache busting.
|
||||
prefix-key: v2-rust-${{ hashFiles('cts_runner/revision.txt') }}
|
||||
cache-directories: cts
|
||||
|
||||
# We enable line numbers for panics, but that's it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user