We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e842f commit 85fcd46Copy full SHA for 85fcd46
.github/workflows/lldb-tests.yml
@@ -20,14 +20,16 @@ jobs:
20
build_lldb:
21
name: lldb build
22
runs-on: ${{ matrix.os }}
23
+ # Workaround for build faliure on Mac OS X: llvm.org/PR46190, https://github.com/actions/virtual-environments/issues/2274
24
+ env:
25
+ CPLUS_INCLUDE_PATH: /usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
26
strategy:
27
fail-fast: false
28
matrix:
29
os:
30
- ubuntu-latest
31
- windows-latest
- # macOS build disabled due to: llvm.org/PR46190
- #- macOS-latest
32
+ - macOS-latest
33
steps:
34
- name: Setup Windows
35
if: startsWith(matrix.os, 'windows')
0 commit comments