From 301c0926899350e4a176e433a97da87f58adac55 Mon Sep 17 00:00:00 2001 From: Lyelye150 Date: Sat, 18 Oct 2025 21:26:12 -0400 Subject: [PATCH] Update ci.yml (messed up) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 681e4c50..736c3ef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,6 +162,7 @@ jobs: -DCMAKE_BUILD_TYPE=Release \ -DISLE_USE_DX5=${{ !!matrix.dx5 }} \ -DISLE_BUILD_CONFIG=${{ !!matrix.config }} \ + -DUSE_SDL2=${{ !!matrix.use_sdl2 }} \ -DISLE_BUILD_ASSETS=${{ !!matrix.build-assets }} \ -DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \ -DISLE_WERROR=${{ !!matrix.werror }} \