Skip to content

Commit

Permalink
fix(ci): Add brew's llvm bins to path
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 22, 2024
1 parent 5ac2349 commit 010cc07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ jobs:
if: startsWith(matrix.metadata.build, 'macos-')
shell: bash
run: |
brew install ninja llvm
brew install ninja llvm@18
echo "/opt/homebrew/opt/llvm@18/bin" >> GITHUB_PATH
- name: Install `ninja` on Windows
if: startsWith(matrix.metadata.build, 'windows-')
Expand Down

0 comments on commit 010cc07

Please sign in to comment.