generated from mingliqiye/lib-tem
build: 修改 Java 8 的发行源
将 Java 8 的发行源从 Microsoft 更改为 AdoptOpenJDK,以确保构建过程的稳定性和兼容性。
This commit is contained in:
parent
0c1a8cce25
commit
9cbc18dc6a
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '8'
|
||||||
distribution: 'microsoft'
|
distribution: 'adopt'
|
||||||
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user