From: Joel Rosdahl Date: Sat, 30 Apr 2022 20:18:07 +0000 (+0200) Subject: ci: Fix CUDA installation X-Git-Tag: v4.6.1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=829fb7b35d103af4ab40c9c48d19feade81a246b;p=thirdparty%2Fccache.git ci: Fix CUDA installation --- diff --git a/ci/install-cuda b/ci/install-cuda index 169f2a844..1e51b035b 100755 --- a/ci/install-cuda +++ b/ci/install-cuda @@ -19,7 +19,7 @@ echo "Installing CUDA support" retry wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-repo-ubuntu1804_${CUDA}_amd64.deb retry sudo dpkg -i cuda-repo-ubuntu1804_${CUDA}_amd64.deb -retry sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub +retry sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub retry sudo apt-get update -qq cuda_prefix=${CUDA:0:4}