ci: do verbose PSP build

This commit is contained in:
Anonymous Maarten 2022-11-30 23:38:25 +01:00 committed by Anonymous Maarten
parent a463aca0d1
commit 88b41c47fa

View file

@ -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