mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: gha: psvita: pinned cmake version to 3.28.3
This commit is contained in:
committed by
Alibek Omarov
parent
ccb8d611c6
commit
ea29699633
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user