From 0eb4ceef7d1b785b15daa14ec5b6912c3d3753dc Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 20 Mar 2023 11:05:31 -0700 Subject: [PATCH] ADded some more packages to be built --- .github/workflows/build-helloworld-vita.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-helloworld-vita.yml b/.github/workflows/build-helloworld-vita.yml index d8ac36e2..5af1ec40 100644 --- a/.github/workflows/build-helloworld-vita.yml +++ b/.github/workflows/build-helloworld-vita.yml @@ -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 \ No newline at end of file + git submodule update --init --recursive + + - name: Build Game + run: | + export PATH=$VITASDK/bin:$PATH + ls \ No newline at end of file