Skip to content

Commit 8845f3b

Browse files
committed
We do need strings sometimes even in YAML
1 parent a7eae89 commit 8845f3b

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
@@ -317,7 +317,7 @@ jobs:
317317
uses: actions-rust-lang/setup-rust-toolchain@v1
318318
with:
319319
toolchain: ${{ matrix.toolchain }}
320-
cache-key: ${{ hashFiles(cpuinfo.key) }}
320+
cache-key: ${{ hashFiles('cpuinfo.key') }}
321321

322322
- name: Run tests
323323
run: cargo test --workspace ${{ matrix.cargo-flags }}

0 commit comments

Comments
 (0)