Skip to content

Commit

Permalink
Update SDKROOT to be consistent with INCLUDE_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Feb 19, 2021
1 parent 4f713b1 commit 0441231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
export CXX=clang++
export CMAKE_PREFIX_PATH="$(brew --prefix)/opt/llvm@9"
export INCLUDE_PATH="$(xcrun --sdk macosx --show-sdk-path)/usr/include"
export SDKROOT=`xcrun --show-sdk-path`
export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"
./test.py
env:
TEST_LEGION_CXX: 0
Expand Down

0 comments on commit 0441231

Please sign in to comment.