Browse Source

Update nightly.yml

Mikkel Hjortshøj 4 years ago
parent
commit
a1558b3398
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/nightly.yml

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

@@ -72,8 +72,8 @@ jobs:
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - name: Download LLVM and setup PATH
       - name: Download LLVM and setup PATH
         run: |
         run: |
-          brew install llvm
-          echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
+          brew install llvm@11
+          echo "/usr/local/opt/llvm@11/bin" >> $GITHUB_PATH
           TMP_PATH=$(xcrun --show-sdk-path)/user/include
           TMP_PATH=$(xcrun --show-sdk-path)/user/include
           echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
           echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
       - name: build odin
       - name: build odin