This commit is contained in:
flysand7 2023-07-28 23:13:17 +11:00
parent 55b53bf554
commit 50cb96f875
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Install LLVM and Clang - name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1 uses: KyleMayes/install-llvm-action@v1
with: with:
version: 15 version: "15"
cached: ${{ steps.cache-llvm.outputs.cache-hit }} cached: ${{ steps.cache-llvm.outputs.cache-hit }}
- name: Setup NASM - name: Setup NASM
uses: ilammy/setup-nasm@v1 uses: ilammy/setup-nasm@v1

View File

@ -21,11 +21,11 @@ jobs:
path: | path: |
C:/Program Files/LLVM C:/Program Files/LLVM
./llvm ./llvm
key: llvm-3.5 key: llvm-15
- name: Install LLVM and Clang - name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1 uses: KyleMayes/install-llvm-action@v1
with: with:
version: latest version: 15
cached: ${{ steps.cache-llvm.outputs.cache-hit }} cached: ${{ steps.cache-llvm.outputs.cache-hit }}
- name: Setup NASM - name: Setup NASM
uses: ilammy/setup-nasm@v1 uses: ilammy/setup-nasm@v1