Skip to content

Commit

Permalink
vita: Adjust vitaGL build config in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bythos14 committed Mar 16, 2024
1 parent eaebcc0 commit 2eff576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vita.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2eff576

Please sign in to comment.