From a0b1cc1cdcc5e938718b8922facfb3ae676a5487 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 20 Mar 2023 11:13:15 -0700 Subject: [PATCH] Fixed missing CD command --- .github/workflows/build-helloworld-vita.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-helloworld-vita.yml b/.github/workflows/build-helloworld-vita.yml index cacf38c0..bca9050b 100644 --- a/.github/workflows/build-helloworld-vita.yml +++ b/.github/workflows/build-helloworld-vita.yml @@ -53,6 +53,7 @@ jobs: run: | export PATH=$VITASDK/bin:$PATH mkdir build + cd build cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita make