Skip to content

Commit

Permalink
GH workflow...
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed Apr 4, 2021
1 parent 79ce499 commit e4abffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: matrix.os != 'windows-latest'

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

- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: matrix.os != 'windows-latest'

- name: cmake (windows)
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
if: matrix.os == 'windows-latest'

- name: build
Expand Down

0 comments on commit e4abffb

Please sign in to comment.