We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cdd11 commit 2726d3fCopy full SHA for 2726d3f
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@main
10
- uses: libsdl-org/setup-sdl@main
11
- with: { version: 3-head, install-linux-dependencies: true }
+ with: { version: 3-head, install-linux-dependencies: true, cmake-arguments: -DSDL_SHARED=OFF -DSDL_STATIC=ON }
12
- run: |
13
sudo apt-get install -y mingw-w64
14
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