Update workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
This commit is contained in:
parent
b327518921
commit
b7f1db5d80
@ -8,6 +8,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Install maven
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y maven
|
||||||
- name: Install java
|
- name: Install java
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user