Skip to content

Commit 4011590

Browse files
committed
ci: fix incorrect cache key for rust cache (again)
1 parent 50da417 commit 4011590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/cache@v4
4949
with:
5050
path: ./target/
51-
key: rust-build-${{ runner.os }}-$${ runner.arch }}-${{ hashFiles('Cargo.toml', 'Cargo.lock', 'rust-toolchain') }}
51+
key: rust-build-${{ runner.os }}-${ runner.arch }}-${{ hashFiles('Cargo.toml', 'Cargo.lock', 'rust-toolchain') }}
5252

5353
- name: Lint rust
5454
run: nix develop -c bash -c 'mkdir www/build && cargo clippy && cargo deny check --hide-inclusion-graph && cargo fmt --check'

0 commit comments

Comments
 (0)