Skip to content

Commit

Permalink
fix:调试github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zongyanglaobiao committed Jun 20, 2024
1 parent 32778a2 commit 6ee15dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chat-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 下载JDK 17
uses: actions/setup-java@v3
with:
distribution: 'opnejdk' # 发布版本
distribution: 'oracle' # 发布版本
java-version: '17'

# - name: maven构建Jar包并运行
Expand Down

0 comments on commit 6ee15dc

Please sign in to comment.