use gzip for runner embedding (#2067)

This commit is contained in:
Jeffrey Morgan
2024-01-19 13:23:03 -05:00
committed by GitHub
parent 62976087c6
commit dc88cc3981
4 changed files with 18 additions and 13 deletions

View File

@ -28,7 +28,6 @@ fi
if [ -n "${CMAKE_VERSION}" ]; then
curl -s -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-$(uname -m).tar.gz | tar -zx -C /usr --strip-components 1
dnf install -y bzip2
fi
if [ -n "${GOLANG_VERSION}" ]; then