Skip to content

Commit

Permalink
Install x86_64-pc-windows-gnu nightly toolchain for CI/CD Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Aug 27, 2024
1 parent 0850749 commit c971261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: x86_64-pc-windows-gnu
override: true
components: clippy
- name: Install LLVM and dependencies (Windows)
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
run: |
cargo build --release --target x86_64-pc-windows-gnu
env:
RUSTFLAGS: -C link-arg=-fuse-ld=C:\msys64\mingw64\x86_64-w64-mingw32\bin\ld.exe
CFLAGS: -static-libstdc++
CXXFLAGS: -static-libstdc++
LLVM_SYS_181_PREFIX: C:\msys64\mingw64
Expand Down

0 comments on commit c971261

Please sign in to comment.