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 29, 2024
1 parent 92d67f3 commit 37f81ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: |
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
env:
LLVM_DIR: /opt/homebrew/Cellar/llvm
LLVM_DIR: /opt/homebrew/opt/llvm
zstd_DIR: /usr/local/opt/zstd
- name: Configure (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 37f81ec

Please sign in to comment.