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

This commit is contained in:
Radim Lipovčan 2023-12-04 18:28:01 +01:00
parent 716a917231
commit 280e46340c
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ jobs:
- name: Build | Prepare packages
run: |
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-11-amazon-corretto-jdk
apt-get install openjdk-11-jdk -y
- name: Setup git
run: |
git config --global user.name "Radim Lipovčan"