diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8a58b4b..e3aac42 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,11 +26,11 @@ jobs: # Disable the download progress bar which can cause perf issues $ProgressPreference = "SilentlyContinue" Invoke-WebRequest https://win.rustup.rs/ -OutFile rustup-init.exe - .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc --default-toolchain=none + .\rustup-init.exe -y --default-host=x86_64-pc-windows-gnu --default-toolchain=none del rustup-init.exe rustup target add x86_64-pc-windows-gnu --toolchain nightly shell: powershell - - name: Build and Test + - name: Build shell: cmd run: cargo +nightly build --release --target x86_64-pc-windows-gnu -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort