Aktualizovat .gitea/workflows/build.yml
Build GD / Build-latest-jar (push) Failing after 22s Details

This commit is contained in:
Radim Lipovčan 2023-11-29 18:39:27 +01:00
parent d11d2d7a37
commit ace31781fe
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@ jobs:
steps:
- name: Build | Prepare packages
run: |
apt-get update; apt-get install -y maven openjdk-8-jdk-headless
apt-get update
apt-get install software-properties-common -y
apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main'
apt-get update
apt-get install -y openjdk-8-jdk
- name: Build | Setup git
run: |
git config --global user.name "Radim Lipovčan"