Skip to content

Commit

Permalink
fix: 完善workflow25
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhe32 committed Sep 26, 2024
1 parent 105fe94 commit feb4d97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
name: build - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: GitHub Action for GraalVM JDK 21
uses: graalvm/setup-graalvm@v1
uses: graalvm/setup-graalvm@v1.2.1
with:
version: 23.1.2
java-version: 21
java-version: '21'
distribution: 'graalvm'
- name: Cache local Maven repository
uses: actions/cache@v2
with:
Expand Down

0 comments on commit feb4d97

Please sign in to comment.