summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-04-30 22:18:07 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-04-30 22:18:50 +0200
commit829fb7b35d103af4ab40c9c48d19feade81a246b (patch)
treeec6f4eae1ba88857241142adb7a1ee47e74364f4
parent236a297a7d642c95aa802a1b4f08fc701a44b91b (diff)
downloadccache-829fb7b35d103af4ab40c9c48d19feade81a246b.tar.gz
ci: Fix CUDA installation
-rwxr-xr-xci/install-cuda2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-cuda b/ci/install-cuda
index 169f2a84..1e51b035 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}