From 7f9950de36698a6e021baa6140d66fea0b39fc20 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Sun, 16 Apr 2023 08:36:19 +0800 Subject: [PATCH] update test.yml https://github.com/marketplace/actions/setup-java-jdk --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbd97384c..a82a96805 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,6 +64,11 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: 17 - name: Clear 18PlusList.txt run: | echo "清空18PlusList.txt"