Skip to content

Commit

Permalink
ci: windows: link everything with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Aug 26, 2024
1 parent ef47b0a commit dd86ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
echo "$EXTRA_LIB_WIN";
echo;
echo "ghc-options:";
echo -n ' "$locals": -Werror'
echo -n ' "$everything": -Werror'
"$REPLACE_LINKER_WIN" && echo ' -pgml=D:/a/_temp/msys64/clang64/bin/clang.exe -pgml-supports-no-pie' || echo;
echo;
"$SKIP_MSYS" && echo "skip-msys: true" || true
Expand Down

0 comments on commit dd86ccd

Please sign in to comment.