Aktualizovat „.gitea/workflows/build.yml“
Explore-Gitea-Actions Details

This commit is contained in:
Radim Lipovčan 2023-04-01 20:04:12 +02:00
parent cd5bead36d
commit 897c8d34f7
1 changed files with 6 additions and 4 deletions

View File

@ -8,14 +8,16 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a push event."
- run: echo "💡 The gitea-runner-example repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Setup git
run: |
git config --global user.name "Radim Lipovčan"
git config --global user.email "radim@lipovcan.cz"
- name: Prepare packages
run: |
apt update
apt -y install openjdk-17-jdk git
- name: Setup git
run: |
git config --global user.name "Radim Lipovčan"
git config --global user.email "radim@lipovcan.cz"
- name: Build
run: |
git clone https://git.lipovcan.cz/Upstream/Folia.git
cd Folia
./gradlew applyPatches