Skip to content

Commit

Permalink
Debugging CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Apr 18, 2024
1 parent 6c545f8 commit 6d2d72c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d2d72c

Please sign in to comment.