diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c8beb66..0cba0b4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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'