We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ae228 commit 2c7a996Copy full SHA for 2c7a996
1 file changed
.github/workflows/cibuild-setup-ubuntu.sh
@@ -21,8 +21,8 @@ bash -c "echo 'deb-src http://archive.ubuntu.com/ubuntu/ $RELEASE main restricte
21
add-apt-repository -y ppa:ubuntu-toolchain-r/test
22
PACKAGES+=(gcc-$COMPILER_VERSION)
23
24
-# scsi_debug, gost crypto
25
-PACKAGES+=(dkms linux-headers-$(uname -r) linux-modules-extra-$(uname -r) gost-crypto-dkms)
+# scsi_debug
+PACKAGES+=(dkms linux-headers-$(uname -r) linux-modules-extra-$(uname -r))
26
27
apt-get -y update --fix-missing
28
apt-get -y install "${PACKAGES[@]}"
0 commit comments