Skip to content

Commit

Permalink
List contents of the expected path
Browse files Browse the repository at this point in the history
  • Loading branch information
demianmnave committed Nov 19, 2024
1 parent 39c2a08 commit 6aa3dcd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ninja-msvc17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
-ArgumentList 'modify', '--add', 'Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64', '--quiet', '--wait'
Write-Host $modify.ExitCode
$vsbin = 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\bin\Hostx64\x64'
$clexe = Join-Path $vsbin 'cl.exe'
Test-Path -Path $clexe | Should -Be $true
& $clexe /?
Get-ChildItem -Recurse 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC'
#$vsbin = 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\bin\Hostx64\x64'
#$clexe = Join-Path $vsbin 'cl.exe'
#Test-Path -Path $clexe | Should -Be $true
#& $clexe /?

0 comments on commit 6aa3dcd

Please sign in to comment.