Skip to content

Commit

Permalink
[github] Update workaround for building on macos-10.15 GitHub virtual…
Browse files Browse the repository at this point in the history
… environment.
  • Loading branch information
neboat committed Jul 14, 2022
1 parent 58e0459 commit 1c92142
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

env:
# Workaround for build faliure on Mac OS X: llvm.org/PR46190, https://github.com/actions/virtual-environments/issues/2274
CPLUS_INCLUDE_PATH: /usr/local/Cellar/llvm@13/13.0.1/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
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

jobs:
lit-tests:
Expand All @@ -41,6 +41,10 @@ jobs:
uses: llvm/actions/setup-windows@main
with:
arch: amd64
- name: Check macOS (for debugging)
if: startsWith(matrix.os, 'macos')
run: |
find /usr/local -name "cmath*"
- name: Install Ninja
uses: llvm/actions/install-ninja@main
- uses: actions/checkout@v1
Expand Down

0 comments on commit 1c92142

Please sign in to comment.