Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
demianmnave committed Nov 19, 2024
1 parent f1170c4 commit 808179e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ninja-msvc17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
$vsinstaller = 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe'
Test-Path -Path $vsinstaller | Should -Be $true
$modify = Start-Process -Wait -PassThru -FilePath $vsinstaller `
-ArgumentList 'modify', '--installPath', "$vspath", '--quiet', '--norestart', '--nocache' `
'--add', 'Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64'
$modify = Start-Process -Wait -FilePath $vsinstaller -ArgumentList `
'modify', '--installPath', "$vspath", '--quiet', '--norestart', '--nocache', `
'--add', 'Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64'
Write-Host $modify.ExitCode
$vsbin = 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\bin\Hostx64\x64'
Expand Down

0 comments on commit 808179e

Please sign in to comment.