diff --git a/.github/workflows/build-helloworld-vita.yml b/.github/workflows/build-helloworld-vita.yml index 5af1ec40..cacf38c0 100644 --- a/.github/workflows/build-helloworld-vita.yml +++ b/.github/workflows/build-helloworld-vita.yml @@ -52,4 +52,12 @@ jobs: - name: Build Game run: | export PATH=$VITASDK/bin:$PATH + mkdir build + cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita + make + + - name: Done? + run: | + cd build + cd dawnhelloworld ls \ No newline at end of file