We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dce22a commit 72c3a60Copy full SHA for 72c3a60
.github/workflows/build.yaml
@@ -48,14 +48,14 @@ jobs:
48
if: runner.os == 'macOS'
49
run: brew install --formula cmake make gcc
50
51
- - name: Set up environment (Windows)
+ #- name: Set up environment (Windows)
52
+ # if: runner.os == 'Windows'
53
+ # uses: microsoft/setup-msbuild@v1.3.1
54
+ - name: Install dependencies (Windows)
55
if: runner.os == 'Windows'
- uses: microsoft/setup-msbuild@v1.3.1
-
- - name: Check for nmake (Windows)
56
- if: runner.os == 'Windows'
57
- shell: bash
58
- run: vswhere nmake
+ uses: ilammy/msvc-dev-cmd@v1
+ with:
+ arch: x64
59
60
- name: Compute cache key
61
id: cache-key
0 commit comments