Skip to content

Commit 1a673a2

Browse files
committed
build: Update CI
* Switch from `Adopt` JDK distribution to `Zulu` Signed-off-by: MSDNicrosoft <i@msdnicrosoft.work>
1 parent 1f0269b commit 1a673a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: Setup Java JDK
23+
- name: Setup JDK
2424
uses: actions/setup-java@v4
2525
with:
26-
distribution: 'adopt'
26+
distribution: 'zulu'
2727
java-version: 21
2828

2929
- name: Setup Gradle
@@ -32,7 +32,7 @@ jobs:
3232
validate-wrappers: true
3333
allow-snapshot-wrappers: true
3434

35-
- name: Configuration git
35+
- name: Configure Git
3636
run: |
3737
git config core.filemode false
3838

0 commit comments

Comments
 (0)