Merge pull request #832 from imwints/macos-ci

Fix brew not finding LLVM path after release of LLVM 18
This commit is contained in:
Jakob P. Liljenberg 2024-04-28 22:36:39 +02:00 committed by GitHub
commit b991e6898d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update --quiet
brew install --force --overwrite cmake llvm@17 ninja lowdown
brew install --force --overwrite cmake llvm ninja lowdown
- name: Configure
run: |