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