Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 1m4s

This commit is contained in:
Radim Lipovčan 2024-12-11 20:08:53 +01:00
parent e4d29ce297
commit acb9c3c22c

View File

@ -4,13 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Build | Prepare packages
run: |
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-17-amazon-corretto-jdk
steps:
- name: Setup git
run: |
echo "asdfdf" > text.txt