Skip to content

Commit aae9d15

Browse files
committed
try again with cuda
1 parent 19c290a commit aae9d15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependencies/dependencies_nvcc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ sudo apt-get install -y \
2525
wget
2626

2727
VERSION_DOTTED=${1-12.0} && VERSION_DASHED=$(sed 's/\./-/' <<< $VERSION_DOTTED)
28-
curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
29-
sudo dpkg -i cuda-keyring_1.0-1_all.deb
28+
curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
29+
sudo dpkg -i cuda-keyring_1.1-1_all.deb
3030
sudo apt-get update
3131
sudo apt-get install -y \
3232
cuda-command-line-tools-$VERSION_DASHED \

.github/workflows/gpu_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
3030
3131
- name: Install CUDA
32-
run: .github/workflows/dependencies/dependencies_nvcc.sh 12.6
32+
run: .github/workflows/dependencies/dependencies_nvcc.sh 12.5
3333

3434
- name: Install hypre
3535
run: |

0 commit comments

Comments
 (0)