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

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

View File

@ -1,5 +1,5 @@
name: Gitea Actions Demo
run-name: Testing out Gitea Actions 🚀
name: Build Folio
run-name: Build Folio Jar
on: [push]
jobs:
Explore-Gitea-Actions:
@ -7,7 +7,7 @@ jobs:
steps:
- name: Prepare packages
run: |
wget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add -
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
- name: Setup git