Skip to content

Commit

Permalink
Fix 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Sep 4, 2024
1 parent 4f70197 commit 035615f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ jobs:
- name: Check vswhere
shell: cmd
run: |
C:\ProgramData\Chocolatey\bin\vswhere.exe /? || (REM)
C:\ProgramData\Chocolatey\bin\vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x64.x64 -property installationPath || (REM)
C:\ProgramData\Chocolatey\bin\vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath || (REM)
C:\ProgramData\Chocolatey\bin\vswhere.exe /? || echo "1 failed"
C:\ProgramData\Chocolatey\bin\vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x64.x64 -property installationPath || echo "2 failed"
C:\ProgramData\Chocolatey\bin\vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath || echo "3 failed"
- name: Test
shell: bash
# Sometimes running cli_tests in parallel causes instability [???]
Expand Down

0 comments on commit 035615f

Please sign in to comment.