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 c49cc5d commit e7970a3Copy full SHA for e7970a3
.github/workflows/ci.yml
@@ -22,14 +22,8 @@ jobs:
22
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.5
27
28
- - uses: taiki-e/install-action@v2
29
- with:
30
31
- tool: mdbook-toc@0.15
32
-
33
- name: Clone the rust-analyzer repository
34
uses: GuillaumeFalourd/clone-github-repo-action@v2.3
35
0 commit comments