mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-29 23:27:13 +08:00
Fix missing NASM dependency
This commit is contained in:
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user