Correct Windows shell

This commit is contained in:
John Parent 2024-07-19 18:53:55 -04:00
parent 8196c8a654
commit 77b8fbafbe

View File

@ -6,7 +6,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
defaults: defaults:
run: run:
shell: powershell -noe -c "&{Import-Module """C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"""; Enter-VsDevShell eb4dc59a}" shell: powershell -noe -c "&{Import-Module """C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"""; Enter-VsDevShell eb4dc59a}"; {0}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3