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