Skip to content

Commit 1c92142

Browse files
committed
[github] Update workaround for building on macos-10.15 GitHub virtual environment.
1 parent 58e0459 commit 1c92142

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
env:
2323
# 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
2525

2626
jobs:
2727
lit-tests:
@@ -41,6 +41,10 @@ jobs:
4141
uses: llvm/actions/setup-windows@main
4242
with:
4343
arch: amd64
44+
- name: Check macOS (for debugging)
45+
if: startsWith(matrix.os, 'macos')
46+
run: |
47+
find /usr/local -name "cmath*"
4448
- name: Install Ninja
4549
uses: llvm/actions/install-ninja@main
4650
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)