try setup toolchain in windows
This commit is contained in:
@@ -45,15 +45,15 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Rust toolchain and cache
|
||||
if: matrix.platform != 'windows-2022'
|
||||
# if: matrix.platform != 'windows-2022'
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
- name: Ensure rust is up to date
|
||||
if: matrix.platform == 'windows-2022'
|
||||
run: |
|
||||
rustup update
|
||||
rustup toolchain install nightly
|
||||
# - name: Ensure rust is up to date
|
||||
# if: matrix.platform == 'windows-2022'
|
||||
# run: |
|
||||
# rustup update
|
||||
# rustup toolchain install nightly
|
||||
- name: Create output directory
|
||||
run: mkdir -f output
|
||||
- name: Build release
|
||||
|
Reference in New Issue
Block a user