We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e2e36 commit f8c710dCopy full SHA for f8c710d
.github/workflows/build-debug.yml
@@ -147,6 +147,8 @@ jobs:
147
sudo apt-get install libx11-dev libxext-dev
148
149
# CUDA
150
+ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
151
+ sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
152
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
153
sudo dpkg -i cuda-keyring_*all.deb
154
sudo apt-get update
0 commit comments