Laytan 3 месяцев назад
Родитель
Сommit
85b3a79a25
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      .github/workflows/ci.yml
  2. 2 0
      .github/workflows/nightly.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -93,12 +93,14 @@ jobs:
       - name: Download LLVM (MacOS Intel)
         if: matrix.os == 'macos-13'
         run: |
+          brew update
           brew install llvm [email protected] lld
           brew --prefix llvm@20 # Verifies it is LLVM 20
 
       - name: Download LLVM (MacOS ARM)
         if: matrix.os == 'macos-14'
         run: |
+          brew update
           brew install llvm wasmtime [email protected] lld
           brew --prefix llvm@20 # Verifies it is LLVM 20
 

+ 2 - 0
.github/workflows/nightly.yml

@@ -93,6 +93,7 @@ jobs:
       - uses: actions/checkout@v4
       - name: Download LLVM and setup PATH
         run: |
+          brew update
           brew install llvm dylibbundler lld
           brew --prefix llvm@20 # Verifies it is LLVM 20
 
@@ -131,6 +132,7 @@ jobs:
       - uses: actions/checkout@v4
       - name: Download LLVM and setup PATH
         run: |
+          brew update
           brew install llvm dylibbundler lld
           brew --prefix llvm@20 # Verifies it is LLVM 20