mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-11-27 12:00:35 +00:00
ci: do verbose PSP build
This commit is contained in:
parent
a463aca0d1
commit
88b41c47fa
2
.github/workflows/psp.yaml
vendored
2
.github/workflows/psp.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=prefix
|
||||
- name: Build
|
||||
run: cmake --build build --config Release
|
||||
run: cmake --build build --config Release --verbose
|
||||
- name: Install
|
||||
run: |
|
||||
echo "SDL3_DIR=$(pwd)/prefix" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user