Skip to content

Commit 8365b75

Browse files
authored
Update build.yml
1 parent 17076fd commit 8365b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Find the path to the redistributable
5858
- name: Find MSVC redistributable
5959
id: msvc_redist
60-
if: ${{ runner.os == 'Windows }}
60+
if: ${{ runner.os == 'Windows' }}
6161
run: |
6262
$env:GITHUB_OUTPUT += "path=$env:VCToolsRedistDir\vcredist_x64.exe"
6363

0 commit comments

Comments
 (0)