mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix broken workflows
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -166,6 +166,7 @@ jobs:
|
||||
defaults:
|
||||
run:
|
||||
shell: cmd
|
||||
steps:
|
||||
- name: Check Out
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -190,7 +191,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade meson
|
||||
- name: Setup CL
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Set up NASM
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user