We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ce499 commit e4abffbCopy full SHA for e4abffb
2 files changed
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
if: matrix.os != 'windows-latest'
52
53
- name: cmake (windows)
54
- run: cmake -S . -B out -DSDL2_ROOT_DIR=SDL2-2.0.14
+ run: cmake -S . -B out "-DSDL2_ROOT_DIR=SDL2-2.0.14"
55
if: matrix.os == 'windows-latest'
56
57
- name: build
.github/workflows/build_release.yml
- run: cmake -S . -B out -DCMAKE_BUILD_TYPE=Release -DSDL2_ROOT_DIR=SDL2-2.0.14 -DCMAKE_INSTALL_PREFIX=out/install
+ run: cmake -S . -B out -DCMAKE_BUILD_TYPE=Release "-DSDL2_ROOT_DIR=SDL2-2.0.14" -DCMAKE_INSTALL_PREFIX=out/install
0 commit comments