File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 python -m pip install pytest pytest-xdist pytest-subtests jsonschema coverage codecov
3737 - run : brew install pkg-config ninja llvm qt@5
3838 - env :
39- CPPFLAGS : " -I/usr/local/include"
40- LDFLAGS : " -L/usr/local/lib"
39+ CPPFLAGS : " -I/usr/local/include -I/usr/local/opt/llvm/include "
40+ LDFLAGS : " -L/usr/local/lib -L/usr/local/opt/llvm/lib "
4141 MESON_CI_JOBNAME : unittests-appleclang
4242 MESON_UNIT_TEST_BACKEND : ninja
4343 # These cannot evaluate anything, so we cannot set PATH or SDKROOT here
7575 python3 -m pip install --upgrade pip
7676 python3 -m pip install cython coverage codecov
7777 - env :
78- CPPFLAGS : " -I/usr/local/include"
79- LDFLAGS : " -L/usr/local/lib"
78+ CPPFLAGS : " -I/usr/local/include -I/usr/local/opt/llvm/include "
79+ LDFLAGS : " -L/usr/local/lib -L/usr/local/opt/llvm/lib "
8080 MESON_ARGS : --unity=${{ matrix.unity }}
8181 CI : 1
8282 # These cannot evaluate anything, so we cannot set PATH or SDKROOT here
You can’t perform that action at this time.
0 commit comments