Skip to content

Commit

Permalink
workflows: Re-enable lldb test on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Feb 3, 2021
1 parent 162642b commit 91f34da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lldb-tests.yml
Expand Up @@ -20,14 +20,16 @@ jobs:
build_lldb:
name: lldb build
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/MacOSX10.15.sdk/usr/include
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
# macOS build disabled due to: llvm.org/PR46190
#- macOS-latest
- macOS-latest
steps:
- name: Setup Windows
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 91f34da

Please sign in to comment.