Skip to content

Commit

Permalink
workflows: Update workaround for lldb on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Dec 17, 2021
1 parent d96358a commit d4a57c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lldb-tests.yml
Expand Up @@ -29,14 +29,14 @@ jobs:
runs-on: ${{ matrix.os }}
# Workaround for build faliure on Mac OS X: llvm.org/PR46190, https://github.com/actions/virtual-environments/issues/2274
env:
CPLUS_INCLUDE_PATH: /usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include
CPLUS_INCLUDE_PATH: /usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macOS-latest
- macOS-10.15
steps:
- name: Setup Windows
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit d4a57c8

Please sign in to comment.