Skip to content

Commit b4e52e5

Browse files
authored
Update build-ci.yml
1 parent c789f4f commit b4e52e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# CUDA Release
6666

6767
ubuntu-latest-cuda-cmake:
68-
runs-on: ubuntu-22.04
68+
runs-on: ubuntu-latest
6969

7070
steps:
7171
- name: Free Disk Space (Ubuntu)
@@ -96,7 +96,7 @@ jobs:
9696
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
9797
sudo dpkg -i cuda-keyring_1.1-1_all.deb
9898
sudo apt-get update
99-
sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda-toolkit-12-6 datacenter-gpu-manager cuda-drivers-fabricmanager
99+
sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda nvidia-cuda-toolkit datacenter-gpu-manager cuda-drivers-fabricmanager
100100
sudo apt install software-properties-common
101101
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
102102
sudo apt update

0 commit comments

Comments
 (0)