Skip to content

Commit

Permalink
scripts: gha: psvita: try to fix vitaGL dependency fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Mar 21, 2023
1 parent dca637d commit cc6838e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/gha/deps_psvita.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

Expand Down

0 comments on commit cc6838e

Please sign in to comment.