Skip to content

Commit

Permalink
Try using Clang under Windows to compile single file tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
afd committed Jul 4, 2024
1 parent 454cc84 commit 1580b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ case "$(uname)" in

"MINGW"*|"MSYS_NT"*)
# On Windows, run the single-file tests
export CC=cl.exe
export CXX=cl.exe
export CC=clang
export CXX=clang++

# The following single-file tests give different expected results on Windows
# due to differences in how certain builtin types, such as size_t and
Expand Down

0 comments on commit 1580b0d

Please sign in to comment.