mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-29 15:17:16 +08:00
Install old nightly rust to build doc
This commit is contained in:
5
.github/workflows/github-pages.yml
vendored
5
.github/workflows/github-pages.yml
vendored
@@ -52,7 +52,10 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- name: Install Nightly Rust
|
- name: Install Nightly Rust
|
||||||
run: |
|
run: |
|
||||||
curl.exe "https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" -o "rustup-init.exe" && ./rustup-init.exe --default-toolchain nightly -y && rm rustup-init.exe
|
rustup toolchain install nightly-2025-07-18-x86_64-pc-windows-msvc --allow-downgrade && rustup default nightly-2025-07-18-x86_64-pc-windows-msvc
|
||||||
|
# - name: Install Nightly Rust
|
||||||
|
# run: |
|
||||||
|
# curl.exe "https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" -o "rustup-init.exe" && ./rustup-init.exe --default-toolchain nightly -y && rm rustup-init.exe
|
||||||
- name: Document
|
- name: Document
|
||||||
run: |
|
run: |
|
||||||
cargo doc --features unstable --bins -vv || exit 1
|
cargo doc --features unstable --bins -vv || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user