更新 '.gitea/workflows/build.yaml'
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 6s
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 6s
This commit is contained in:
parent
3d6d2c6c42
commit
3a139ea2d8
@ -13,6 +13,15 @@ jobs:
|
|||||||
|
|
||||||
- run: cat README.md
|
- run: cat README.md
|
||||||
|
|
||||||
|
- name: Setup Java
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
distribution: zulu
|
||||||
|
java-version: 11
|
||||||
|
cache: gradle
|
||||||
|
|
||||||
|
- run: java -version
|
||||||
|
|
||||||
- name: Setup Pnpm
|
- name: Setup Pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user