Skip to content

Commit

Permalink
Fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Sep 3, 2024
1 parent 24e1783 commit 7b2f711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,12 @@ jobs:
run: |
echo "$PATH"
env
ls -la "C:\\ProgramData\\Chocolatey\\bin\\"
# Find vswhere
vsw=$(cygpath -u "C:\ProgramData\Chocolatey\bin\vswhere.exe")
"C:\ProgramData\Chocolatey\bin\vswhere.exe -products * -requires Microsoft.Component.MSBuild -property installationPath -latest" || true
"$vsw -products * -requires Microsoft.Component.MSBuild -property installationPath -latest" || true
"$vsw -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath" || true
"$vsw --help" || true
"$vsw -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x64.x64 -property installationPath" || true
"vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x64.x64 -property installationPath" || true
Expand Down

0 comments on commit 7b2f711

Please sign in to comment.