ADded some more packages to be built

This commit is contained in:
2023-03-20 11:05:31 -07:00
parent 541a1cc9dd
commit fef8b3a560

View File

@ -29,6 +29,11 @@ jobs:
cd packages
dir_array=(
"glm"
"vitaShaRK"
"libmathneon"
"kubridge"
"SceShaccCgExt"
"vitaGL"
)
curdir=$(pwd)
@ -42,5 +47,9 @@ jobs:
- name: Install Libraries
run: |
export PATH=$VITASDK/bin:$PATH
echo "Installing engine libs"
git submodule update --init --recursive
git submodule update --init --recursive
- name: Build Game
run: |
export PATH=$VITASDK/bin:$PATH
ls