Skip to content

Commit e4abffb

Browse files
committed
GH workflow...
1 parent 79ce499 commit e4abffb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: matrix.os != 'windows-latest'
5252

5353
- name: cmake (windows)
54-
run: cmake -S . -B out -DSDL2_ROOT_DIR=SDL2-2.0.14
54+
run: cmake -S . -B out "-DSDL2_ROOT_DIR=SDL2-2.0.14"
5555
if: matrix.os == 'windows-latest'
5656

5757
- name: build

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: matrix.os != 'windows-latest'
5252

5353
- name: cmake (windows)
54-
run: cmake -S . -B out -DCMAKE_BUILD_TYPE=Release -DSDL2_ROOT_DIR=SDL2-2.0.14 -DCMAKE_INSTALL_PREFIX=out/install
54+
run: cmake -S . -B out -DCMAKE_BUILD_TYPE=Release "-DSDL2_ROOT_DIR=SDL2-2.0.14" -DCMAKE_INSTALL_PREFIX=out/install
5555
if: matrix.os == 'windows-latest'
5656

5757
- name: build

0 commit comments

Comments
 (0)