Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build ViaVersion Jar / Build-latest-jar (push) Failing after 6m5s

This commit is contained in:
Radim Lipovčan 2025-03-30 11:27:29 +02:00
parent 9ba9190a48
commit 3e513605a9

View File

@ -10,7 +10,7 @@ jobs:
apt update; apt-get install software-properties-common -y
wget -O- https://apt.corretto.aws/corretto.key | apt-key add -
add-apt-repository 'deb https://apt.corretto.aws stable main'
apt-get update; apt-get install -y maven java-21-amazon-corretto-jdk
apt-get update; apt-get install -y maven java-17-amazon-corretto-jdk
- name: Setup git
run: |
git config --global user.name "Radim Lipovčan"