From 2eff576f88b6fefc24856173fb4a1f802a8a103f Mon Sep 17 00:00:00 2001 From: bythos14 <45720552+bythos14@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:09:17 -0400 Subject: [PATCH] vita: Adjust vitaGL build config in ci --- .github/workflows/vita.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vita.yml b/.github/workflows/vita.yml index 582f1de534..0f635d831f 100644 --- a/.github/workflows/vita.yml +++ b/.github/workflows/vita.yml @@ -27,7 +27,7 @@ jobs: cmake --build SDL_build --config Release cmake --install SDL_build git clone --depth 1 https://github.com/Rinnegatamante/vitaGL.git - make -C vitaGL HAVE_WRAPPED_ALLOCATORS=1 -j4 install + make -C vitaGL HAVE_WRAPPED_ALLOCATORS=1 HAVE_SHADER_CACHE=1 NO_DEBUG=1 -j4 install - uses: actions/checkout@v4 with: