Test-Artifacts-CI/.gitea/workflows/build.yml
Radim Lipovčan 1175115cf8
All checks were successful
Build Folio / Explore-Gitea-Actions (push) Successful in 2m53s
Aktualizovat .gitea/workflows/build.yml
2024-12-11 19:55:42 +01:00

18 lines
625 B
YAML

name: Build Folio
run-name: Build Folio latest Jar
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
- name: Setup git
run: |
echo "asdfdf" > text.txt
ls
cat text.txt