Skip to content

Commit befdaa7

Browse files
committed
ci: fix bad cache key formatting for ci job
1 parent 2e85e07 commit befdaa7

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)