diff --git a/.github/workflows/dependencies/dependencies_nvcc.sh b/.github/workflows/dependencies/dependencies_nvcc.sh index bb6673f..adadc12 100755 --- a/.github/workflows/dependencies/dependencies_nvcc.sh +++ b/.github/workflows/dependencies/dependencies_nvcc.sh @@ -21,9 +21,7 @@ wget https://developer.download.nvidia.com/compute/cuda/repos/${distro}/x86_64/c sudo dpkg -i cuda-keyring_1.1-1_all.deb sudo apt-get update VERSION_DASHED=$(apt-cache search cuda-compiler* | tail -n1 | cut -d' ' -f1 | sed 's/cuda-compiler-//') -VERSON_DOTTED=$(sed 's/-/\./' <<< $VERSION_DASHED) sudo apt-get install -y \ cuda-command-line-tools-$VERSION_DASHED \ cuda-compiler-$VERSION_DASHED \ cuda-minimal-build-$VERSION_DASHED -sudo ln -s cuda-$VERSION_DOTTED /usr/local/cuda