Browse Source

install lua for new lua vendor tests

Laytan Laats 1 year ago
parent
commit
4d86012d96
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yml

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

@@ -91,13 +91,13 @@ jobs:
       - name: Download LLVM (MacOS Intel)
       - name: Download LLVM (MacOS Intel)
         if: matrix.os == 'macos-13'
         if: matrix.os == 'macos-13'
         run: |
         run: |
-          brew install llvm@17
+          brew install llvm@17 [email protected]
           echo "/usr/local/opt/llvm@17/bin" >> $GITHUB_PATH
           echo "/usr/local/opt/llvm@17/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 install llvm@17 wasmtime
+          brew install llvm@17 wasmtime [email protected]
           echo "/opt/homebrew/opt/llvm@17/bin" >> $GITHUB_PATH
           echo "/opt/homebrew/opt/llvm@17/bin" >> $GITHUB_PATH
 
 
       - name: Build Odin
       - name: Build Odin