Skip to content

Commit 4bbc95b

Browse files
committed
fix
1 parent 3b213e9 commit 4bbc95b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
rustup default nightly
4747
rustup component add rustfmt
48-
cargo install mdbook
48+
test -x $HOME/.cargo/bin/mdbook || ./ci/install-mdbook.sh
4949
rustc --version
5050
- name: mdbook
5151
run: |

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
component: clippy
1212
- uses: actions-rs/toolchain@v1
1313
with:
14-
toolchain: nightly
14+
toolchain: ${{ steps.component.outputs.toolchain }}
1515
override: true
1616
- run: rustup component add clippy
1717
- uses: actions-rs/clippy-check@v1

0 commit comments

Comments
 (0)