This commit is contained in:
milkwx3
2026-06-14 00:04:58 +03:00
parent 91256c178d
commit b68803ecd5
+5 -3
View File
@@ -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 ../..