From 69a7dda4cfe9b6f7961334163de85c43df787150 Mon Sep 17 00:00:00 2001 From: firewire Date: Sun, 28 Jun 2026 10:13:28 -0400 Subject: [PATCH] Actions pipeline - Forgot a space --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 30f279b..b31f76c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -85,7 +85,7 @@ jobs: if [ "${{ matrix.target }}" = "windows" ]; then CPM_SOURCE_CACHE="~/.cache/CPM/" cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=RelWithDeb -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc else - CPM_SOURCE_CACHE="~/.cache/CPM/"cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=RelWithDeb + CPM_SOURCE_CACHE="~/.cache/CPM/" cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=RelWithDeb fi - name: Build debug