Skip to content

Commit

Permalink
trying out gnu lib instead of msvc for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed Sep 19, 2024
1 parent 27fe5ba commit e5e7975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
target: aarch64-apple-darwin

- os: windows-2022
target: x86_64-pc-windows-msvc
target: x86_64-pc-windows-gnu

- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit e5e7975

Please sign in to comment.