Skip to content

Commit 0e4eaf8

Browse files
committed
Fix Thrift build location for Ubuntu 24.04 in GitLab Actions.
1 parent aeafdbb commit 0e4eaf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/ubuntu-24.04/compile_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ mkdir -p ${INSTALL_PATH}
66

77
## Compile Thrift
88

9-
tar -xvf ${DOWNLOAD_PATH}/thrift-0.16.0.tar.gz
9+
cd ${DOWNLOAD_PATH}
10+
tar -xvf thrift-0.16.0.tar.gz
1011
cd thrift-0.16.0
1112
./configure --prefix=${INSTALL_PATH}/thrift --silent --without-python \
1213
--enable-libtool-lock --enable-tutorial=no --enable-tests=no \

0 commit comments

Comments
 (0)