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 ../..