From b1d744bac1842cd4fe6630fe318ff4239ef0555a Mon Sep 17 00:00:00 2001 From: Matt Ehrnschwender Date: Sun, 25 Feb 2024 04:16:35 +0000 Subject: [PATCH] More debugging --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 01214c7..891e8b1 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -10,5 +10,5 @@ jobs: runs-on: windows-latest steps: - - name: Print env - run: "ls env:" + - name: Get VS Install path + run: Write-Host (Get-VSSetupInstance | Select-VSSetupInstance -Require Microsoft.VisualStudio.Component.VC.ASAN).InstallationPath