mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-01 09:34:33 +00:00
ci: do verbose PSP build
This commit is contained in:
committed by
Anonymous Maarten
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
|
||||
|
||||
Reference in New Issue
Block a user