server: tests: ci : fix cuda install
This commit is contained in:
parent
334902b13e
commit
fce2e00023
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-test.yml
vendored
2
.github/workflows/server-test.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
|
||||
dpkg -i cuda-keyring_1.1-1_all.deb
|
||||
apt-get update
|
||||
apt-get install cuda-toolkit
|
||||
apt-get -y install cuda-toolkit
|
||||
|
||||
- name: Build
|
||||
id: cmake_build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue