Explorar o código

ci: do verbose PSP build

Anonymous Maarten %!s(int64=3) %!d(string=hai) anos
pai
achega
88b41c47fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/psp.yaml

+ 1 - 1
.github/workflows/psp.yaml

@@ -22,7 +22,7 @@ jobs:
           -DCMAKE_BUILD_TYPE=Release \
           -DCMAKE_BUILD_TYPE=Release \
           -DCMAKE_INSTALL_PREFIX=prefix
           -DCMAKE_INSTALL_PREFIX=prefix
     - name: Build
     - name: Build
-      run: cmake --build build --config Release
+      run: cmake --build build --config Release --verbose
     - name: Install
     - name: Install
       run: |
       run: |
         echo "SDL3_DIR=$(pwd)/prefix" >> $GITHUB_ENV
         echo "SDL3_DIR=$(pwd)/prefix" >> $GITHUB_ENV