Skip to content

Commit 2726d3f

Browse files
committed
combined ci
1 parent d9cdd11 commit 2726d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@main
1010
- uses: libsdl-org/setup-sdl@main
11-
with: { version: 3-head, install-linux-dependencies: true }
11+
with: { version: 3-head, install-linux-dependencies: true, cmake-arguments: -DSDL_SHARED=OFF -DSDL_STATIC=ON }
1212
- run: |
1313
sudo apt-get install -y mingw-w64
1414
wget -q https://github.com/libsdl-org/SDL/releases/download/prerelease-3.3.4/SDL3-devel-3.3.4-mingw.tar.gz

0 commit comments

Comments
 (0)