From b68803ecd532477955d33885cac1491818ac0b20 Mon Sep 17 00:00:00 2001 From: milkwx3 Date: Sun, 14 Jun 2026 00:04:58 +0300 Subject: [PATCH] test4 --- .gitea/workflows/autobuild.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index d7a7e66..c75f968 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -25,9 +25,11 @@ jobs: cd ${{ gitea.workspace }}/src/libraries git clone https://github.com/lsalzman/enet.git git clone https://github.com/walterschell/Lua.git - git clone --filter=blob:none --sparse https://github.com/raysan5/raylib.git - cd raylib - git sparse-checkout set src include src/raylib.h CMakeLists.txt + + curl -L -o raylib.zip https://github.com/raysan5/raylib/archive/refs/heads/master.zip + unzip raylib.zip + mv raylib-master raylib + cd .. git clone https://github.com/jbeder/yaml-cpp.git cd ../..