mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 04:48:54 +08:00
github pages build now use latest nightly version rust compiler
This commit is contained in:
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
submodules: true
|
||||
- name: Install Nightly Rust
|
||||
run: |
|
||||
rustup toolchain install nightly-2025-10-07-x86_64-pc-windows-msvc --allow-downgrade && rustup default nightly-2025-10-07-x86_64-pc-windows-msvc
|
||||
rustup toolchain install nightly-x86_64-pc-windows-msvc --allow-downgrade && rustup default nightly-2025-10-07-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
|
||||
|
||||
Reference in New Issue
Block a user