Skip to content

Commit 494670b

Browse files
authored
ci: fix docs workflow by forcing nightly (#218)
1 parent 8efe7e1 commit 494670b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
run: |
9595
SIMICS_BASE="${HOME}/simics/simics-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}" RUSTDOCFLAGS="--enable-index-page -Zunstable-options" TSFFS_TESTS_SKIP_BUILD=1 cargo doc --document-private-items --workspace --no-deps
9696
cp -a target/doc/ docs/book/html/crates/
97+
env:
98+
RUSTUP_TOOLCHAIN: nightly
9799

98100
- name: Set Documentation Permissions
99101
run: |

0 commit comments

Comments
 (0)