Skip to content

Commit 60562c5

Browse files
committed
fixup! fixup! fixup! Build SDL3 for ReadTheDocs workflow
1 parent 933bab6 commit 60562c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ build:
88
os: ubuntu-24.04
99
tools:
1010
python: "3.11"
11+
apt_packages:
12+
- build-essential
13+
- make
14+
- pkg-config
15+
- cmake
16+
- ninja-build
1117
jobs:
1218
pre_install:
1319
- git clone --depth 1 --branch release-3.2.16 https://github.com/libsdl-org/SDL.git sdl_repo

0 commit comments

Comments
 (0)