From ea29699633fb88a3975fe115f897f0a9fbbe2169 Mon Sep 17 00:00:00 2001 From: SNMetamorph <25657591+SNMetamorph@users.noreply.github.com> Date: Sat, 5 Apr 2025 11:41:06 +0400 Subject: [PATCH] scripts: gha: psvita: pinned cmake version to 3.28.3 --- scripts/gha/deps_psvita.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/gha/deps_psvita.sh b/scripts/gha/deps_psvita.sh index deb44e2e..10cd6920 100644 --- a/scripts/gha/deps_psvita.sh +++ b/scripts/gha/deps_psvita.sh @@ -2,6 +2,12 @@ cd $GITHUB_WORKSPACE +# pinning cmake version to 3.28.3, because with cmake 4.x SDL vita fork doesn't building +# it is known problem and cmake 4.x update breaks many CI pipelines around the world :) +sudo apt-get update || exit 1 +sudo apt-get install cmake=3.28.3-1build7 +sudo ln -sf /usr/bin/cmake /usr/local/bin/cmake + echo "Downloading vitasdk..." export VITASDK=/usr/local/vitasdk