Skip to content

Commit

Permalink
CI: switch to ilammy/msvc-dev-cmd@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 15, 2022
1 parent 8395032 commit b726848
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b726848

Please sign in to comment.