Skip to content

Commit dbd8715

Browse files
committed
Add debugging steps before SDL3 build in CMake workflow
1 parent 4684450 commit dbd8715

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cmake-unified.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949
output-dir: build
5050
linux-deps: "build-essential cmake libsdl2-dev libglfw3-dev libglu1-mesa-dev libvulkan-dev patchelf libasound2-dev libpulse-dev libaudio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxinerama-dev libxss-dev libwayland-dev libwayland-egl-backend-dev libdbus-1-dev libudev-dev libgles2-mesa-dev libegl1-mesa-dev libgl1-mesa-dev libibus-1.0-dev fcitx-libs-dev libsamplerate0-dev ccache libjack-jackd2-dev libdrm-dev libpipewire-0.3-dev libdecor-0-dev qtwayland5 libxkbcommon-dev libsndio-dev libpng-dev libjpeg-dev libtiff-dev libwebp-dev libavif-dev"
5151
macos-deps: "sdl2 glfw glew glm"
52-
pre-configure-steps: "bash scripts/build_sdl3.sh"
52+
pre-configure-steps: |
53+
ls
54+
ls scripts
55+
bash scripts/build_sdl3.sh
5356
create-pr: false
5457
setup-vulkan: true
5558

0 commit comments

Comments
 (0)