Skip to content

Commit

Permalink
Wrangling with GitHub Actions Runners and Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Apr 30, 2024
1 parent 0fb8663 commit d61f0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
run: |
echo $LD_LIBRARY_PATH
/opt/homebrew/opt/llvm/lib/../bin/llvm-config --cxxflags --ldflags --libs --link-static
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
env:
CC: /opt/homebrew/opt/llvm/bin/clang
Expand Down

0 comments on commit d61f0fa

Please sign in to comment.