Skip to content

Commit 71d551c

Browse files
committed
wip3
1 parent cbe727a commit 71d551c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
install-linux-dependencies: true
3030
version: 2.30.9
3131
- name: Generate build system
32-
run: cmake . -DSDL2_SHARED=OFF -DSDL2_STATIC=ON
32+
run: cmake -DSDL2_SHARED=OFF -DSDL2_STATIC=ON .
3333
- name: Build
3434
run: cmake --build .
3535

0 commit comments

Comments
 (0)