From ad824ef2eac44b783907e06aadaf14296a67b041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=AB=96233?= Date: Mon, 18 Mar 2024 20:22:08 +0800 Subject: [PATCH] Update publish.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黑嫖233 --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 000ac63..e4fe7d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: actions/setup-java@v4.2.1 + with: + java-version: 17 - name: Install jcargo run: cargo install --git https://github.com/heipiao233/jcargo --rev 7e2da83c - name: Build