.
This commit is contained in:
@@ -29,27 +29,27 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}/src/libraries
|
cd ${{ gitea.workspace }}/src/libraries
|
||||||
|
|
||||||
curl -L -o enet.zip https://github.com/lsalzman/enet/archive/refs/heads/master.zip
|
wget https://github.com/lsalzman/enet/archive/refs/heads/master.zip
|
||||||
unzip enet.zip
|
unzip master.zip
|
||||||
mv enet-master enet
|
mv enet-master enet
|
||||||
rm enet.zip
|
rm master.zip
|
||||||
|
|
||||||
curl -L -o Lua.zip https://github.com/walterschell/Lua/archive/refs/heads/master.zip
|
wget Lua.zip https://github.com/walterschell/Lua/archive/refs/heads/master.zip
|
||||||
unzip Lua.zip
|
unzip Lua.zip
|
||||||
mv Lua-master Lua
|
mv Lua-master Lua
|
||||||
rm Lua.zip
|
rm master.zip
|
||||||
|
|
||||||
curl -L -o raylib.zip https://github.com/raysan5/raylib/archive/refs/heads/master.zip
|
wget raylib.zip https://github.com/raysan5/raylib/archive/refs/heads/master.zip
|
||||||
unzip raylib.zip
|
unzip raylib.zip
|
||||||
mv raylib-master raylib
|
mv raylib-master raylib
|
||||||
rm raylib.zip
|
rm master.zip
|
||||||
|
|
||||||
curl -L -o yaml-cpp.zip https://github.com/jbeder/yaml-cpp/archive/refs/heads/master.zip
|
wget yaml-cpp.zip https://github.com/jbeder/yaml-cpp/archive/refs/heads/master.zip
|
||||||
unzip yaml-cpp.zip
|
unzip yaml-cpp.zip
|
||||||
mv yaml-cpp-master yaml-cpp
|
mv yaml-cpp-master yaml-cpp
|
||||||
rm yaml-cpp.zip
|
rm master.zip
|
||||||
|
|
||||||
ls
|
ls -r
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user