We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d551c commit 3ff2a8bCopy full SHA for 3ff2a8b
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
install-linux-dependencies: true
30
version: 2.30.9
31
- name: Generate build system
32
- run: cmake -DSDL2_SHARED=OFF -DSDL2_STATIC=ON .
+ run: cmake .
33
- name: Build
34
run: cmake --build .
35
0 commit comments