From b7268485918330832036460470163e3748d881ba Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 27 Nov 2021 16:40:38 +0200 Subject: [PATCH] CI: switch to ilammy/msvc-dev-cmd@v1 --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d736f45..acca2f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,6 @@ env: jobs: ci: runs-on: windows-latest - if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')" steps: - name: Clone repository @@ -20,8 +19,8 @@ jobs: # We need to get all git revisions for `git describe` to work fetch-depth: 0 - - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v1.1 + - name: Add MSVC to PATH + uses: ilammy/msvc-dev-cmd@v1 # TODO: cache this? - name: Set up nasm