test4
This commit is contained in:
@@ -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 ../..
|
||||
|
||||
Reference in New Issue
Block a user