Skip to content

Commit f8c710d

Browse files
committed
修正
1 parent 09e2e36 commit f8c710d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-debug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
sudo apt-get install libx11-dev libxext-dev
148148
149149
# 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
150152
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
151153
sudo dpkg -i cuda-keyring_*all.deb
152154
sudo apt-get update

0 commit comments

Comments
 (0)