Skip to content

Commit 3dc6a64

Browse files
committed
fix: 再次再次再次修复workflow
1 parent 43ff137 commit 3dc6a64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
token: ${{ github.token }}
4444
module_name: ${{ env.MODULE_NAME }}
4545

46-
- name: Set up JDK
46+
- name: Set up JDK (match local JDK distribution/version)
4747
id: setup-java
4848
if: steps.filter.outputs.code == 'true' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
4949
uses: actions/setup-java@v4
5050
with:
51-
distribution: 'temurin'
51+
distribution: 'microsoft'
5252
java-version: '17'
5353

5454
- name: Build

0 commit comments

Comments
 (0)