Aktualizovat .gitea/workflows/build.yml
Build Ascension / Build-latest-jar (push) Failing after 3m18s Details

This commit is contained in:
Radim Lipovčan 2023-12-04 18:16:15 +01:00
parent 98486cb6c8
commit 716a917231
1 changed files with 1 additions and 1 deletions

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-17-amazon-corretto-jdk
apt-get update; apt-get install -y maven java-11-amazon-corretto-jdk
- name: Setup git
run: |
git config --global user.name "Radim Lipovčan"