Attempt CI fix

This commit is contained in:
Christian Semmler 2025-09-01 08:15:29 -07:00
parent 64fcc5a249
commit d194774a70
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -94,6 +94,7 @@ jobs:
if: ${{ matrix.brew }}
run: |
brew update
brew uninstall cmake || true
brew install cmake ninja llvm qt6
echo "LLVM_ROOT=$(brew --prefix llvm)/bin" >> $GITHUB_ENV