Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 1m4s
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 1m4s
This commit is contained in:
parent
e4d29ce297
commit
acb9c3c22c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user