We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e99a38 commit 1dce22aCopy full SHA for 1dce22a
.github/workflows/build.yaml
@@ -55,7 +55,7 @@ jobs:
55
- name: Check for nmake (Windows)
56
if: runner.os == 'Windows'
57
shell: bash
58
- run: which nmake
+ run: vswhere nmake
59
60
- name: Compute cache key
61
id: cache-key
0 commit comments