We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22cd15 commit e83cc02Copy full SHA for e83cc02
.github/workflows/ci.yml
@@ -23,11 +23,12 @@ jobs:
23
- uses: taiki-e/install-action@v2
24
with:
25
# don't pin this to a specific version, since we're building `mdbook-toc` below
26
- tool: mdbook@0.4
+ tool: mdbook@0.5
27
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
+ - uses: taiki-e/install-action@v2
+ with:
+ # don't pin this to a specific version, since we're building `mdbook-toc` below
31
+ tool: [email protected]
32
33
- name: Clone the rust-analyzer repository
34
uses: GuillaumeFalourd/[email protected]
0 commit comments