Skip to content

Commit ac56a4c

Browse files
committed
ci: fix toolchain for docs
1 parent dc98c47 commit ac56a4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: dtolnay/rust-toolchain@nightly
28+
with:
29+
- toolchain: nightly
2830
- uses: dtolnay/install@cargo-docs-rs
29-
- run: cargo docs-rs
31+
- run: cargo +nightly docs-rs
3032

0 commit comments

Comments
 (0)