mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
scripts: gha: psvita: try to fix vitaGL dependency fetching
This commit is contained in:
parent
dca637d4bb
commit
cc6838ec97
@ -26,7 +26,10 @@ popd
|
||||
|
||||
echo "Downloading vitaGL..."
|
||||
|
||||
git clone https://github.com/Rinnegatamante/vitaGL.git -b "$VITAGL_SRCREV" --depth=1 || exit 1
|
||||
git clone https://github.com/Rinnegatamante/vitaGL.git || exit 1
|
||||
pushd vitaGL
|
||||
git checkout $VITAGL_SRCREV || exit 1
|
||||
popd
|
||||
|
||||
echo "Downloading vitaGL fork of SDL2..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user