Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build GD / Build-latest-jar (push) Failing after 6s
Some checks failed
Build GD / Build-latest-jar (push) Failing after 6s
This commit is contained in:
parent
fd8c5bd70e
commit
a1d1b36a1a
@ -7,10 +7,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Build | Prepare packages
|
- name: Build | Prepare packages
|
||||||
run: |
|
run: |
|
||||||
apt update; apt-get install software-properties-common -y
|
apt-get update; apt-get install -y maven openjdk-8-jdk
|
||||||
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
|
|
||||||
- name: Build | Setup git
|
- name: Build | Setup git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "Radim Lipovčan"
|
git config --global user.name "Radim Lipovčan"
|
||||||
|
Loading…
Reference in New Issue
Block a user