wrong env dest

This commit is contained in:
olebeck 2025-06-28 03:33:46 +02:00
parent 88173dabba
commit 4744142c9d

View File

@ -102,9 +102,7 @@ jobs:
- name: Configure (CMake)
run: |
if [ "${{ matrix.vita }}" = "true" ]; then
echo "PRESET=--preset vita-debug" >> $GITHUB_ENV
else
echo "PRESET=" >> $GITHUB_ENV
PRESET=--preset vita-debug
fi
${{ matrix.cmake-wrapper || '' }} cmake $PRESET -S . -B build -GNinja \
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \