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:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Setup git
|
||||||
run: |
|
run: |
|
||||||
echo "asdfdf" > text.txt
|
echo "asdfdf" > text.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user