add version check
Some checks failed
Java CI / build (push) Failing after 4s

This commit is contained in:
fly6516 2024-12-17 19:12:11 +08:00
parent 403928fc78
commit 018df6a88c

View File

@ -15,6 +15,10 @@ jobs:
image: dockerp.com/openjdk:17-jdk-slim # 使用带有 JDK 17 的 Docker 镜像
steps:
- name: Check Version
run: |
lsb_release -c
- name: Change Download URL
run: |
# 替换为 NJU 的 APT 源