Actions pipeline - Forgot a space
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user