Fix missing NASM dependency

This commit is contained in:
2022-03-19 18:14:53 +08:00
parent 6ce4d26e52
commit 93ef72bb1b

View File

@@ -73,6 +73,9 @@ jobs:
with:
path: clib/
key: ${{ runner.os }}-${{ steps.cache_key.outputs.cache_key }}
- name: Setup NASM
if: steps.cache.outputs.cache-hit != 'true'
uses: ilammy/setup-nasm@v1
- name: Build thirdparty library
if: steps.cache.outputs.cache-hit != 'true'
run: |