Github CI don't build nasm

This commit is contained in:
flysand7 2023-07-28 23:00:43 +11:00
parent 76ced48fed
commit f08633efff
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@ jobs:
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
- name: Setup NASM
uses: ilammy/setup-nasm@v1
with:
from-source: false
- name: Set up Python
uses: actions/setup-python@v4
- name: Install python dependencies

View File

@ -29,6 +29,8 @@ jobs:
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
- name: Setup NASM
uses: ilammy/setup-nasm@v1
with:
from-source: false
- name: Set up Python
uses: actions/setup-python@v4
- name: Install python dependencies