Skip to content

Commit 409f445

Browse files
committed
Try to fix book
1 parent be55295 commit 409f445

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222

2323
- uses: taiki-e/install-action@v2
2424
with:
25-
25+
# don't pin this to a specific version, since we're building `mdbook-toc` below
26+
2627

27-
# - uses: taiki-e/install-action@v2
28-
# with:
29-
# tool: mdbook-toc@0.14.2
28+
# we can't use `taiki-e/install-action` because the latest release is ancient
29+
# no `--locked` so that it picks up a matching `mdbook`
30+
- run: cargo install mdbook-toc
3031

3132
- name: Clone the rust-analyzer repository
3233
uses: GuillaumeFalourd/[email protected]

0 commit comments

Comments
 (0)