From fce2e00023ece924451fcb32f03160c106cfa49a Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Fri, 23 Feb 2024 10:58:59 +0100 Subject: [PATCH] server: tests: ci : fix cuda install --- .github/workflows/server-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index 4d512eea1..61ca12ffb 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -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