Skip to content

Commit 72c3a60

Browse files
update build.yaml
1 parent 1dce22a commit 72c3a60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
if: runner.os == 'macOS'
4949
run: brew install --formula cmake make gcc
5050

51-
- name: Set up environment (Windows)
51+
#- name: Set up environment (Windows)
52+
# if: runner.os == 'Windows'
53+
# uses: microsoft/setup-msbuild@v1.3.1
54+
- name: Install dependencies (Windows)
5255
if: runner.os == 'Windows'
53-
uses: microsoft/setup-msbuild@v1.3.1
54-
55-
- name: Check for nmake (Windows)
56-
if: runner.os == 'Windows'
57-
shell: bash
58-
run: vswhere nmake
56+
uses: ilammy/msvc-dev-cmd@v1
57+
with:
58+
arch: x64
5959

6060
- name: Compute cache key
6161
id: cache-key

0 commit comments

Comments
 (0)