Fix broken workflows

This commit is contained in:
2022-10-20 02:38:36 +00:00
committed by GitHub
parent 6fca4b03f6
commit d305c7ad91

View File

@@ -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'