mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-21 06:31:17 +00:00
wrong env dest
This commit is contained in:
parent
88173dabba
commit
4744142c9d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -102,9 +102,7 @@ jobs:
|
|||||||
- name: Configure (CMake)
|
- name: Configure (CMake)
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.vita }}" = "true" ]; then
|
if [ "${{ matrix.vita }}" = "true" ]; then
|
||||||
echo "PRESET=--preset vita-debug" >> $GITHUB_ENV
|
PRESET=--preset vita-debug
|
||||||
else
|
|
||||||
echo "PRESET=" >> $GITHUB_ENV
|
|
||||||
fi
|
fi
|
||||||
${{ matrix.cmake-wrapper || '' }} cmake $PRESET -S . -B build -GNinja \
|
${{ matrix.cmake-wrapper || '' }} cmake $PRESET -S . -B build -GNinja \
|
||||||
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
|
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user