Skip to content

Commit 9683c57

Browse files
try
1 parent e97135e commit 9683c57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pi_task:
1515
- RAYLIB_PLATFORM: "DRM"
1616
setup_script:
1717
- apt update
18-
- apt -y install cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
18+
- apt -y install cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev libgbm-dev libdrm-dev
1919
build_sdl_script:
2020
- wget https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.30.7.tar.gz
2121
- tar xvfz release-2.30.7.tar.gz

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.5.0.0.dev2"
1+
__version__ = "5.5.0.0.dev3"

0 commit comments

Comments
 (0)