Commit b0ab77d0 authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Try set SDKROOT to fix the pch compilation to test MacOS Actions



pch compilation is executed as a standalone command hence may not pick up the SDKROOT in export.

Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent 91a822b5
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ jobs:
        with:
          xcode-version: latest-stable
      
      - name: Set SDKROOT
        run: echo "SDKROOT="`xcrun --show-sdk-path`"" >> $GITHUB_ENV

      - name: Install dependencies
        run: export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=false && brew tap aide-qc/deploy && brew install python3 openssl curl ninja llvm-csp