diff --git a/.github/workflows/customized-win-shells.yml b/.github/workflows/customized-win-shells.yml index 82aefba..522fb5a 100644 --- a/.github/workflows/customized-win-shells.yml +++ b/.github/workflows/customized-win-shells.yml @@ -14,7 +14,7 @@ jobs: run: ls -al - name: Run Developer PowerShell for VS 2022 - shell: pwsh -NoExit -ExecutionPolicy ByPass -File "'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Launch-VsDevShell.ps1' && '{0}'" + shell: pwsh -NoExit -ExecutionPolicy ByPass -File "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Launch-VsDevShell.ps1" {0} working-directory: ${{ github.workspace }}/python/src/magtense/lib/ run: ls