Skip to content

Commit 2c7a996

Browse files
committed
ci: Do not install GOST crypto in GitHub CodeQL
1 parent e6ae228 commit 2c7a996

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuild-setup-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ bash -c "echo 'deb-src http://archive.ubuntu.com/ubuntu/ $RELEASE main restricte
2121
add-apt-repository -y ppa:ubuntu-toolchain-r/test
2222
PACKAGES+=(gcc-$COMPILER_VERSION)
2323

24-
# scsi_debug, gost crypto
25-
PACKAGES+=(dkms linux-headers-$(uname -r) linux-modules-extra-$(uname -r) gost-crypto-dkms)
24+
# scsi_debug
25+
PACKAGES+=(dkms linux-headers-$(uname -r) linux-modules-extra-$(uname -r))
2626

2727
apt-get -y update --fix-missing
2828
apt-get -y install "${PACKAGES[@]}"

0 commit comments

Comments
 (0)