Skip to content

Commit

Permalink
Fix 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Sep 4, 2024
1 parent 96fc3b3 commit 6531b78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,10 @@ jobs:
- name: Find visual studio root via vswhere
shell: cmd
run: |
FOR /F %%i in ('C:\ProgramData\Chocolatey\bin\vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath') DO SET VS_PATH=%%i
FOR /F %%i in ('C:\ProgramData\Chocolatey\bin\vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath') DO SET VS_PATH="%%i"
echo "Detected Visual Studio path: %VS_PATH%"
echo "Github ENV: %GITHUB_ENV%"
echo "VS_PATH=%VS_PATH%" >> "%GITHUB_ENV%"
- name: Test
shell: bash
Expand Down

0 comments on commit 6531b78

Please sign in to comment.