Skip to content

Commit

Permalink
update cuda keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Nov 12, 2024
1 parent bd6e168 commit 7ddb16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: (ubuntu) install CUDA
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: |
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
sudo apt -y update
sudo apt -y install cuda --no-install-recommends
Expand Down

0 comments on commit 7ddb16f

Please sign in to comment.