We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8395032 commit b726848Copy full SHA for b726848
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,6 @@ env:
10
jobs:
11
ci:
12
runs-on: windows-latest
13
- if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
14
15
steps:
16
- name: Clone repository
@@ -20,8 +19,8 @@ jobs:
20
19
# We need to get all git revisions for `git describe` to work
21
fetch-depth: 0
22
23
- - name: Add MSBuild to PATH
24
- uses: microsoft/setup-msbuild@v1.1
+ - name: Add MSVC to PATH
+ uses: ilammy/msvc-dev-cmd@v1
25
26
# TODO: cache this?
27
- name: Set up nasm
0 commit comments