Skip to content

Commit

Permalink
Switch c compiler to mingw on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiot authored Oct 7, 2023
1 parent b6b8310 commit 3f3f7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_prerelease_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: houseabsolute/actions-rust-cross@v0
with:
target: x86_64-pc-windows-msvc
target: x86_64-pc-windows-gnu
command: build
toolchain: nightly
args: --release --bins
Expand All @@ -29,5 +29,5 @@ jobs:
tag: latest
name: "Development Build"
generateReleaseNotes: true
artifacts: "target/x86_64-pc-windows-msvc/release/*.exe"
artifacts: "target/x86_64-pc-windows-gnu/release/*.exe"

0 comments on commit 3f3f7ae

Please sign in to comment.