Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build GD / Build-latest-jar (push) Failing after 22s
Some checks failed
Build GD / Build-latest-jar (push) Failing after 22s
This commit is contained in:
parent
d11d2d7a37
commit
ace31781fe
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user