Skip to content

Commit a4d8282

Browse files
committed
Try to fix book
1 parent be55295 commit a4d8282

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ 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-
28+
# no --locked so that it picks up a matching `mdbook`
29+
- run: cargo install mdbook-toc
3030

3131
- name: Clone the rust-analyzer repository
3232
uses: GuillaumeFalourd/[email protected]

0 commit comments

Comments
 (0)