ci: update actions descriptions + fix loongarch64 action

[sdl-ci-filter *loongarch64*]
This commit is contained in:
Anonymous Maarten
2024-07-28 13:33:14 +02:00
parent 3b01a0b884
commit 446c05a001
5 changed files with 15 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
name: 'Setup GLES for PlayStation Vita'
description: 'Setup GLES (PVR and PIB)'
description: 'Download GLES for VITA (PVR or PIB), and copy it into the vita sdk'
inputs:
pib-version:
description: 'PIB version'
@@ -18,7 +18,7 @@ runs:
shell: sh
run: |
if test "x${VITASDK}" = "x"; then
echo "VITASKD must be defined"
echo "VITASDK must be defined"
exit 1;
fi
case "x${{ inputs.type }}" in