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

This commit is contained in:
Radim Lipovčan 2023-04-01 20:32:34 +02:00
parent 9bd7cd7aab
commit 9098411619
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ jobs:
steps:
- name: Prepare packages
run: |
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