File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
21
21
22
22
env :
23
23
# Workaround for build faliure on Mac OS X: llvm.org/PR46190, https://github.com/actions/virtual-environments/issues/2274
24
- CPLUS_INCLUDE_PATH : /usr/local/Cellar/llvm@13/13.0.1/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
24
+ CPLUS_INCLUDE_PATH : /usr/local/Cellar/llvm/14.0.6/include/c++/v1:/usr/local/Cellar/llvm @13/13.0.1/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
25
25
26
26
jobs :
27
27
lit-tests :
41
41
uses : llvm/actions/setup-windows@main
42
42
with :
43
43
arch : amd64
44
+ - name : Check macOS (for debugging)
45
+ if : startsWith(matrix.os, 'macos')
46
+ run : |
47
+ find /usr/local -name "cmath*"
44
48
- name : Install Ninja
45
49
uses : llvm/actions/install-ninja@main
46
50
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments