Skip to content

Commit

Permalink
Check installed build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
demianmnave committed Nov 19, 2024
1 parent fad880c commit 871ea2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ninja-msvc17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
'modify', '--installPath', "`"$vspath`"", '--quiet', '--norestart', '--nocache', '--noUpdateInstaller', `
'--add', 'Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64'
Get-ChildItem $env:LOCALAPPDATA\Temp\dd_installer_* | Get-Content
# Get-ChildItem $env:LOCALAPPDATA\Temp\dd_installer_* | Get-Content
# Get-ChildItem -Path (Join-Path $vspath 'VC\Tools\MSVC')
Get-ChildItem -Path (Join-Path $vspath 'VC\Tools\MSVC')
#$vsbin = 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\bin\Hostx64\x64'
#Test-Path -Path $vsbin | Should -Be $true
Expand Down

0 comments on commit 871ea2c

Please sign in to comment.