Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
spollok committed Jan 25, 2025
1 parent fc9e93f commit dc1485f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/customized-win-shells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,17 @@ jobs:
- name: Install minimal packages
shell: bash -el {0}
run: |
conda install cuda-nvcc make
conda install cuda-nvcc make vs2022_win-64
- name: Run x64 Native Tools Command Prompt for VS 2022
shell: cmd /k "{0}" -arch=amd64 -host_arch=x64
working-directory: ${{ github.workspace }}/source/MagTenseFortranCuda/cuda
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"
conda list
ls -al
LIB /VERBOSE
nvcc --version
make cuda
ls -al
make
ls -al
ls -al && LIB /VERBOSE && nvcc --version && make cuda && ls -al && make && ls -al
- name: Run Command Prompt
shell: cmd
shell: bash -el {0}
working-directory: ${{ github.workspace }}/source/MagTenseFortranCuda/cuda
run: |
conda list
Expand Down

0 comments on commit dc1485f

Please sign in to comment.