Skip to content

Commit 31cf0e7

Browse files
authored
Use Nightly toolchain for docs.rs test build
Was already supposed to use Nightly before, but apparently the `rust-toolchain.toml` file had higher precedence.
1 parent d942cb0 commit 31cf0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
- uses: dtolnay/rust-toolchain@nightly
3737
- uses: dtolnay/install@cargo-docs-rs
38-
- run: cargo docs-rs
38+
- run: cargo +nightly docs-rs
3939

4040
publish:
4141
needs: check-docs-rs-build

0 commit comments

Comments
 (0)