From 2494f4e0c05980cedda902d711d1f7828a43163d Mon Sep 17 00:00:00 2001 From: Lyelye150 Date: Sun, 19 Oct 2025 01:44:04 -0400 Subject: [PATCH] Update ci.yml (JUST WORK) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e435f4e..43c2912b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,8 +163,8 @@ jobs: -DISLE_USE_DX5=${{ !!matrix.dx5 }} \ -DISLE_BUILD_CONFIG=${{ !!matrix.config }} \ -DUSE_SDL2=${{ !!matrix.use_sdl2 }} \ - -DCMAKE_POSITION_INDEPENDENT_CODE=${{ matrix.wiiu == 'OFF' || 'ON' }} \ - -DISLE_EXTENSIONS=${{ matrix.wiiu == 'OFF' || 'ON' }} \ + -DCMAKE_POSITION_INDEPENDENT_CODE=${{ matrix.wiiu && 'OFF' || 'ON' }} \ + -DISLE_EXTENSIONS=${{ matrix.wiiu && 'OFF' || 'ON' }} \ -DISLE_BUILD_ASSETS=${{ !!matrix.build-assets }} \ -DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \ -DISLE_WERROR=${{ !!matrix.werror }} \