Skip to content

Commit

Permalink
trying again... pt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Feb 10, 2024
1 parent 739ca97 commit 8329b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8329b0a

Please sign in to comment.