Skip to content

Commit

Permalink
CI: unbreak macOS: need to have CXX set
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Macieira <[email protected]>
  • Loading branch information
thiagomacieira committed May 2, 2024
1 parent db9f29d commit ccdd9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
build_cfg: { "name": "clang",
"flags":
'{ "QMAKESPEC": "macx-clang",
"EVAL": "export CC=clang && export CXX=clang++",
"CFLAGS": "-Oz",
"QMAKEFLAGS": "-config debug",
"MAKEFLAGS": "-s",
Expand Down

0 comments on commit ccdd9c1

Please sign in to comment.