Actions pipeline - Forgot a space
All checks were successful
Build / Build (linux) (push) Successful in 42s
Build / Build (windows) (push) Successful in 45s

This commit is contained in:
2026-06-28 10:13:28 -04:00
parent 9605ac714f
commit 69a7dda4cf

View File

@@ -85,7 +85,7 @@ jobs:
if [ "${{ matrix.target }}" = "windows" ]; then 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 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 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 fi
- name: Build debug - name: Build debug