Skip to content

Commit

Permalink
Updated cuda install
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Feb 27, 2024
1 parent 9e7f23b commit 0d80c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name: Test builds
jobs:
build_win_cuda12_3:
name: Windows CUDA 12.3
runs-on: windows-2022
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Install CUDA
run: |
powershell -Command "Invoke-WebRequest https://developer.download.nvidia.com/compute/cuda/12.3.2/network_installers/cuda_12.3.2_windows_network.exe -OutFile .\cuda_setup.exe"
powershell -Command "Invoke-WebRequest https://developer.download.nvidia.com/compute/cuda/12.3.2/local_installers/cuda_12.3.2_546.12_windows.exe -OutFile .\cuda_setup.exe"
start /wait .\cuda_setup.exe -s
shell: cmd
- name: Build project on Windows
Expand Down

0 comments on commit 0d80c6c

Please sign in to comment.