Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
spollok committed Jan 24, 2025
1 parent ba748c8 commit 7df656a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/customized-win-shells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7df656a

Please sign in to comment.