diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a0d5150..a63dd13 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 源