We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f65145 commit 92522d3Copy full SHA for 92522d3
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ env:
18
RUST_TOOLCHAIN_NIGHTLY: nightly-2024-08-30
19
CARGO_TERM_COLOR: always
20
CACHE_KEY_SUFFIX: 20250118v2
21
+ CARGO_UDEPS_KEY_SUFFIX: 20251020
22
23
jobs:
24
misc-check:
@@ -96,10 +97,7 @@ jobs:
96
97
with:
98
path: |
99
~/.cargo/bin/
- ~/.cargo/registry/index/
100
- ~/.cargo/registry/cache/
101
- ~/.cargo/git/db/
102
- key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.toml') }}-${{ env.CACHE_KEY_SUFFIX }}-rust-udeps
+ key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ env.CARGO_UDEPS_KEY_SUFFIX }}-rust-udeps
103
- name: Install NASM for aws-lc-rs on Windows
104
if: runner.os == 'Windows'
105
uses: ilammy/setup-nasm@v1
0 commit comments