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