Skip to content

Commit b726848

Browse files
committed
CI: switch to ilammy/msvc-dev-cmd@v1
1 parent 8395032 commit b726848

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
jobs:
1111
ci:
1212
runs-on: windows-latest
13-
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
1413

1514
steps:
1615
- name: Clone repository
@@ -20,8 +19,8 @@ jobs:
2019
# We need to get all git revisions for `git describe` to work
2120
fetch-depth: 0
2221

23-
- name: Add MSBuild to PATH
24-
uses: microsoft/setup-msbuild@v1.1
22+
- name: Add MSVC to PATH
23+
uses: ilammy/msvc-dev-cmd@v1
2524

2625
# TODO: cache this?
2726
- name: Set up nasm

0 commit comments

Comments
 (0)