From 36be138c893db87be457ebe4cab98cb4996ab056 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 1 Feb 2025 19:59:40 +0800 Subject: [PATCH] install zlib --- scripts/github_actions/build-ubuntu-cuda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github_actions/build-ubuntu-cuda.sh b/scripts/github_actions/build-ubuntu-cuda.sh index 9378817..f25d9b4 100755 --- a/scripts/github_actions/build-ubuntu-cuda.sh +++ b/scripts/github_actions/build-ubuntu-cuda.sh @@ -31,7 +31,7 @@ if [[ x"$IS_2_28" != x"1" ]]; then yum -y install openssl-devel fi -yum -y install bzip2-devel libffi-devel xz-devel wget redhat-lsb-core +yum -y install zlib-devel bzip2-devel libffi-devel xz-devel wget redhat-lsb-core INSTALLED_PYTHON_VERSION=${PYTHON_VERSION}.2 if [[ $PYTHON_VERSION == "3.13" ]]; then