From 172f6a8b8b4a3616bc97ac23bb5a2c608862b635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 1 Apr 2023 16:14:23 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9E.gitea/workflows/build.?= =?UTF-8?q?yml=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 16357a3..ef81226 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -3,7 +3,7 @@ run-name: Testing out Gitea Actions 🚀 on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest + runs-on: ubuntu:22.04 steps: - run: echo "🎉 The job was automatically triggered by a push event." - run: echo "💡 The gitea-runner-example repository has been cloned to the runner." @@ -11,4 +11,13 @@ jobs: - name: List files in the repository run: | ls + - name: Prepare packages + run: | + apt update + apt -y install openjdk-17-jdk git + git clone https://git.lipovcan.cz/Upstream/Folia.git + cd Folia + ./gradlew applyPatches + ./gradlew createReobfBundlerJar + ls build/libs -lah - run: echo "🍏 This job's status is complete." \ No newline at end of file