oowie
This commit is contained in:
@@ -34,18 +34,18 @@ jobs:
|
||||
mv enet-master enet
|
||||
rm master.zip
|
||||
|
||||
wget Lua.zip https://github.com/walterschell/Lua/archive/refs/heads/master.zip
|
||||
unzip Lua.zip
|
||||
wget https://github.com/walterschell/Lua/archive/refs/heads/master.zip
|
||||
unzip master.zip
|
||||
mv Lua-master Lua
|
||||
rm master.zip
|
||||
|
||||
wget raylib.zip https://github.com/raysan5/raylib/archive/refs/heads/master.zip
|
||||
unzip raylib.zip
|
||||
wget https://github.com/raysan5/raylib/archive/refs/heads/master.zip
|
||||
unzip master.zip
|
||||
mv raylib-master raylib
|
||||
rm master.zip
|
||||
|
||||
wget yaml-cpp.zip https://github.com/jbeder/yaml-cpp/archive/refs/heads/master.zip
|
||||
unzip yaml-cpp.zip
|
||||
wget https://github.com/jbeder/yaml-cpp/archive/refs/heads/master.zip
|
||||
unzip master.zip
|
||||
mv yaml-cpp-master yaml-cpp
|
||||
rm master.zip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user