From b21626aa3fe7444b08908e5a819a4d6e8038e82a Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 31 Jan 2025 22:28:02 +0800 Subject: [PATCH] show error messages --- scripts/github_actions/build-ubuntu-cuda.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/github_actions/build-ubuntu-cuda.sh b/scripts/github_actions/build-ubuntu-cuda.sh index 89748a0..9378817 100755 --- a/scripts/github_actions/build-ubuntu-cuda.sh +++ b/scripts/github_actions/build-ubuntu-cuda.sh @@ -50,8 +50,8 @@ if [[ $PYTHON_VERSION =~ 3.1. && x"$IS_2_28" != x"1" ]]; then sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure fi -./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR >/dev/null 2>&1 -make install >/dev/null 2>&1 +./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR >/dev/null +make install >/dev/null popd