Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
spollok committed Jan 24, 2025
1 parent 2b05835 commit 389c34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/customized-win-shells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run x64 Native Tools Command Prompt for VS 2022
shell: cmd /k """"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat""" & {0}"-arch=amd64 -host_arch=x64
shell: cmd /k "C:\"""Program Files\Microsoft Visual Studio"""\2022\Enterprise\Common7\Tools\VsDevCmd.bat && {0}" -arch=amd64 -host_arch=x64
working-directory: ${{ github.workspace }}/source/MagTenseFortranCuda/cuda
run: ls -al

- name: Run Developer PowerShell for VS 2022
shell: powershell -NoExit -Command "&{Import-Module """C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"""; Enter-VsDevShell c7833c14 -SkipAutomaticLocation -DevCmdArguments """-arch=x64 -host_arch=x64"""; {0}}"
shell: powershell -NoExit -Command "&{Import-Module """C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"""; Enter-VsDevShell c7833c14 -SkipAutomaticLocation -DevCmdArguments """-arch=x64 -host_arch=x64"""; 0}"
working-directory: ${{ github.workspace }}/python/src/magtense/lib/
run: ls

Expand Down

0 comments on commit 389c34e

Please sign in to comment.