Skip to content

Commit

Permalink
VS?
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 25, 2024
1 parent b1d744b commit 5a3a2b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ jobs:
runs-on: windows-latest

steps:
- name: Get VS Install path
run: Write-Host (Get-VSSetupInstance | Select-VSSetupInstance -Require Microsoft.VisualStudio.Component.VC.ASAN).InstallationPath
- name: Enter VS shell print env
run: |
$vspath = (Get-VSSetupInstance | Select-VSSetupInstance -Require Microsoft.VisualStudio.Component.VC.ASAN).InstallationPath
Import-Module $vspath/Common7/Tools/Microsoft.VisualStudio.DevShell.dll; Enter-VsDevShell $vspath -SkipAutomaticLocation
ls env:

0 comments on commit 5a3a2b4

Please sign in to comment.