Skip to content

Commit

Permalink
.github/workflows/ci.yml: refresh CUDA installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Nov 30, 2023
1 parent 7089df2 commit 8ccdc45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
cargo update
fi
if [ `uname -s` = "Linux" ]; then
# https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_network
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
# https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=deb_network
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda-minimal-build-12-1
sudo apt-get -y install cuda-minimal-build-12-3
export PATH=$PATH:/usr/local/cuda/bin
fi
cargo test --release
Expand Down

0 comments on commit 8ccdc45

Please sign in to comment.