From e2c5cc7a59f7c3d565a79a298e61391909552369 Mon Sep 17 00:00:00 2001 From: Karliss Date: Sun, 7 Jul 2024 18:39:04 +0300 Subject: [PATCH] Git. --- .github/actions/build-linux-old/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-linux-old/entrypoint.sh b/.github/actions/build-linux-old/entrypoint.sh index 5f21d140a..caf340465 100755 --- a/.github/actions/build-linux-old/entrypoint.sh +++ b/.github/actions/build-linux-old/entrypoint.sh @@ -21,7 +21,7 @@ tar -zxf "$GIT_VERSION.tar.gz" # build. #make -C "$GIT_VERSION" prefix=/usr install -j > "$GIT_VERSION/build.log" # ensure git is installed. -git version +#git version wget "https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-linux-x86_64.sh" bash ./cmake-$CMAKE_VERSION-linux-x86_64.sh --skip-license --prefix=/usr # ensure cmake is installed.