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