Aktualizovat „.gitea/workflows/build.yml“
Explore-Gitea-Actions Details

This commit is contained in:
Radim Lipovčan 2023-04-02 19:14:47 +02:00
parent 345005b66a
commit 195bf19123
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 java-16-amazon-corretto-jdk
apt-get update; apt-get install -y java-17-amazon-corretto-jdk
- name: Setup git
run: |
git config --global user.name "Radim Lipovčan"