From ab342e123ef459d1eb03c6d187132554fb22db90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Cortier?= Date: Tue, 10 Oct 2023 16:14:33 -0400 Subject: [PATCH] Remove useless cmake option for Windows build (#4) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bef2a1a..81c5425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: include: - name: Windows (msvc) runner: windows-2022 - cmake_flags: -GNinja -DCMAKE_BUILD_TYPE=Debug -DSFML_USE_MESA3D=TRUE + cmake_flags: -GNinja -DCMAKE_BUILD_TYPE=Debug - name: Linux (clang) runner: ubuntu-22.04 cmake_flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug