Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Sep 11, 2024
1 parent 7d9742f commit 77ac232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runci/targets/Hl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Hl {
if (!isCi())
return;

final compiler = if (systemName == "Mac") "clang" else "gcc";
final compiler = if (systemName == "Mac") "gcc-12" else "gcc";
final extraCompilerFlags = if (systemName == "Windows") ["-ldbghelp", "-municode"] else [];

runCommand(compiler, [
Expand Down

0 comments on commit 77ac232

Please sign in to comment.