From dc5f4f7d911502b777d8ea5356d80f5fa0dc0258 Mon Sep 17 00:00:00 2001 From: milkwx3 Date: Sat, 13 Jun 2026 23:03:26 +0300 Subject: [PATCH] test2 --- .gitea/workflows/autobuild.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index c7f42b2..fe4102a 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -19,12 +19,19 @@ jobs: cd makeheaders make cd .. - - - name: Make compile script executable - run: chmod +x ${{ gitea.workspace }}/compile.sh + + - name: Fetch libraries + run: | + cd ${{ gitea.workspace }}/src/libraries + git clone https://github.com/lsalzman/enet.git + git clone https://github.com/walterschell/Lua.git + git clone https://github.com/raysan5/raylib.git + git clone https://github.com/jbeder/yaml-cpp.git + cd ../.. - name: Compile run: | + chmod +x ${{ gitea.workspace }}/compile.sh sh ${{ gitea.workspace }}/compile.sh zip -r release-linux.zip OUTPUT-Linux || true zip -r release-w64.zip OUTPUT-w64 || true \ No newline at end of file