Skip to content

Commit

Permalink
CI: Update CUDA repo key (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Apr 29, 2022
1 parent 9fd904e commit 40d2db0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependencies/nvcc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ sudo apt-get install -y \
pkg-config \
wget

sudo wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
sudo apt-key add 7fa2af80.pub
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 /" \
| sudo tee /etc/apt/sources.list.d/cuda.list

Expand Down

0 comments on commit 40d2db0

Please sign in to comment.