From 6ce96ee1ee0189d1380410e0135733bb3e7c0267 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 8 Nov 2024 17:17:20 -0800 Subject: [PATCH] lol MSVC --- .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 fb7124e6d..f8d9921be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -445,7 +445,7 @@ jobs: -DSDL3_LIBRARIES="SDL3" - name: Build (Debug) - run: cmake --build debug + run: cmake --build debug --config Debug - name: CMake configure (Release) run: | @@ -457,7 +457,7 @@ jobs: -DSDL3_LIBRARIES="SDL3" - name: Build (Release) - run: cmake --build release + run: cmake --build release --config Release - name: Archive build result uses: actions/upload-artifact@v4