Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 8, 2024
1 parent 17076fd commit 8365b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Find the path to the redistributable
- name: Find MSVC redistributable
id: msvc_redist
if: ${{ runner.os == 'Windows }}
if: ${{ runner.os == 'Windows' }}
run: |
$env:GITHUB_OUTPUT += "path=$env:VCToolsRedistDir\vcredist_x64.exe"
Expand Down

0 comments on commit 8365b75

Please sign in to comment.