mirror of https://github.com/flysand7/ciabatta.git
This commit is contained in:
parent
544948fbf5
commit
60db0beac4
|
@ -11,7 +11,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Cache LLVM and Clang
|
- name: Cache LLVM and Clang
|
||||||
|
@ -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: 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
|
||||||
|
|
Loading…
Reference in New Issue