mirror of https://github.com/flysand7/ciabatta.git
Github CI don't build nasm
This commit is contained in:
parent
76ced48fed
commit
f08633efff
|
@ -29,6 +29,8 @@ jobs:
|
||||||
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
|
||||||
|
with:
|
||||||
|
from-source: false
|
||||||
- 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
|
||||||
|
|
|
@ -29,6 +29,8 @@ jobs:
|
||||||
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
|
||||||
|
with:
|
||||||
|
from-source: false
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue