mirror of https://github.com/flysand7/ciabatta.git
Maybe finally fix Github CI issues
This commit is contained in:
parent
50cb96f875
commit
84ab80b663
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Setup NASM
|
- name: Setup NASM
|
||||||
uses: ilammy/setup-nasm@v1
|
uses: ilammy/setup-nasm@v1
|
||||||
with:
|
with:
|
||||||
from-source: false
|
from-source: true
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
- name: Install python dependencies
|
- name: Install python dependencies
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue