Skip to content

Commit 9e99a38

Browse files
update build.yaml
1 parent 221ab15 commit 9e99a38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
if: runner.os == 'Windows'
5353
uses: microsoft/setup-msbuild@v1.3.1
5454

55+
- name: Check for nmake (Windows)
56+
if: runner.os == 'Windows'
57+
shell: bash
58+
run: which nmake
59+
5560
- name: Compute cache key
5661
id: cache-key
5762
shell: bash

0 commit comments

Comments
 (0)