test4
This commit is contained in:
@@ -25,9 +25,11 @@ jobs:
|
|||||||
cd ${{ gitea.workspace }}/src/libraries
|
cd ${{ gitea.workspace }}/src/libraries
|
||||||
git clone https://github.com/lsalzman/enet.git
|
git clone https://github.com/lsalzman/enet.git
|
||||||
git clone https://github.com/walterschell/Lua.git
|
git clone https://github.com/walterschell/Lua.git
|
||||||
git clone --filter=blob:none --sparse https://github.com/raysan5/raylib.git
|
|
||||||
cd raylib
|
curl -L -o raylib.zip https://github.com/raysan5/raylib/archive/refs/heads/master.zip
|
||||||
git sparse-checkout set src include src/raylib.h CMakeLists.txt
|
unzip raylib.zip
|
||||||
|
mv raylib-master raylib
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/jbeder/yaml-cpp.git
|
git clone https://github.com/jbeder/yaml-cpp.git
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|||||||
Reference in New Issue
Block a user