更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14m23s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14m23s
This commit is contained in:
parent
2ae3b3a9af
commit
defd00ce89
@ -4,18 +4,18 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: windows
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
||||
- name: Checkout code
|
||||
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
||||
# uses: actions/checkout@v3
|
||||
- name: Set up JDK 19
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '19'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
# - name: Set up JDK 19
|
||||
# uses: actions/setup-java@v3
|
||||
# with:
|
||||
# java-version: '19'
|
||||
# distribution: 'temurin'
|
||||
# cache: maven
|
||||
|
||||
|
||||
# - name: Set up JDK 17
|
||||
|
Loading…
Reference in New Issue
Block a user