Skip to content

Commit 2aac984

Browse files
committed
allow downgrades
1 parent 8f635dc commit 2aac984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
277277
add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
278278
apt update
279-
apt install -y \
279+
apt install -y --allow-downgrades \
280280
libcudnn8=8.9.4.*-1+cuda11.8 \
281281
libcudnn8-dev=8.9.4.*-1+cuda11.8 \
282282
libcudnn8-samples=8.9.4.*-1+cuda11.8 \

0 commit comments

Comments
 (0)