Skip to content

Commit 3ae966b

Browse files
committed
ci: fix cache key with miss brace
1 parent a5cc862 commit 3ae966b

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)