We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17076fd commit 8365b75Copy full SHA for 8365b75
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
# Find the path to the redistributable
58
- name: Find MSVC redistributable
59
id: msvc_redist
60
- if: ${{ runner.os == 'Windows }}
+ if: ${{ runner.os == 'Windows' }}
61
run: |
62
$env:GITHUB_OUTPUT += "path=$env:VCToolsRedistDir\vcredist_x64.exe"
63
0 commit comments