diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 686114ce41..16482825cb 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -94,10 +94,9 @@ jobs: run: | curl -L -O http://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz tar xf clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz - PATH=$PWD/clang+llvm-6.0.0-x86_64-apple-darwin/bin:$PATH export CMAKE_PREFIX_PATH=$PWD/clang+llvm-6.0.0-x86_64-apple-darwin 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