Skip to content

Commit

Permalink
修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 9, 2023
1 parent 2ff6832 commit 30609c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/beta-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Setup Java Env
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
- name: Cache Gradle Wrapper
uses: actions/cache@v3
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Setup Java Env
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
- name: Cache Gradle Wrapper
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 30609c6

Please sign in to comment.