Fix brew not finding LLVM path after release of LLVM 18

This commit is contained in:
Steffen Winter 2024-04-28 22:28:31 +02:00
parent d1680735d9
commit 5d7794019a
No known key found for this signature in database
GPG Key ID: 4A8AA731814C8247
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: |