Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 139ed17

Browse files
yep, still hate it
1 parent 0005ea1 commit 139ed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
~/.cargo/registry/index/
3232
~/.cargo/registry/cache/
3333
~/.cargo/git/db/
34-
key: ${{ steps.toolchain.outputs.cachekey }}
34+
key: ${{ runner.os }}-${{ steps.toolchain.outputs.cachekey }}
3535
- name: Install mdbook-spec
3636
run: cargo install --force --git 'https://github.com/rust-lang/reference' mdbook-spec
3737
- name: Build documentation

0 commit comments

Comments
 (0)