Skip to content

Commit 85fcd46

Browse files
committed
workflows: Re-enable lldb test on Mac OS X
1 parent 17e842f commit 85fcd46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lldb-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ jobs:
2020
build_lldb:
2121
name: lldb build
2222
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
2326
strategy:
2427
fail-fast: false
2528
matrix:
2629
os:
2730
- ubuntu-latest
2831
- windows-latest
29-
# macOS build disabled due to: llvm.org/PR46190
30-
#- macOS-latest
32+
- macOS-latest
3133
steps:
3234
- name: Setup Windows
3335
if: startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)