From 6d2d72cd99b11c29093b28264e5f1c35a760decd Mon Sep 17 00:00:00 2001 From: Bruno Van de Velde Date: Thu, 18 Apr 2024 15:32:54 +0200 Subject: [PATCH] Debugging CI failure --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ca6025f9..50a457e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,10 @@ jobs: - name: Build SDL run: | - git clone --single-branch --depth 1 $SDL_GITHUB_URL SDL + git clone $SDL_GITHUB_URL SDL + cd SDL git checkout 11de629dd203d50f8eb9152aaa8d632a1aec239c + cd .. cmake -GNinja -DCMAKE_INSTALL_PREFIX=SDL_INSTALL -DBUILD_SHARED_LIBS=ON -S SDL -B SDL-build cmake --build SDL-build --config Debug --target install