Skip to content

Commit

Permalink
Fix 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Sep 4, 2024
1 parent fe0d2fc commit 12b03b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
run: |
FOR /F "delims=" %%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 VS_PATH=%VS_PATH% >> "%GITHUB_ENV%"
echo VS_PATH=%VS_PATH%>> "%GITHUB_ENV%"
- name: Test
shell: bash
Expand Down

0 comments on commit 12b03b4

Please sign in to comment.