use brew clang instead of system clang

This commit is contained in:
Laytan Laats
2025-05-09 17:21:08 +02:00
parent 221dea76a4
commit 8374854dd5

View File

@@ -88,12 +88,14 @@ jobs:
run: |
brew update
brew install llvm@20 lua@5.4 lld
echo "$(brew --prefix llvm@20)/bin" >> $GITHUB_PATH
- name: Download LLVM (MacOS ARM)
if: matrix.os == 'macos-14'
run: |
brew update
brew install llvm@20 wasmtime lua@5.4 lld
echo "$(brew --prefix llvm@20)/bin" >> $GITHUB_PATH
- name: Download LLVM (Ubuntu)
if: matrix.os == 'ubuntu-latest'