From 9db4e0556264a8e0a08497185df19740a7d6361a Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 18 Nov 2024 11:48:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/test-java?= =?UTF-8?q?.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test-java.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/test-java.yml b/.gitea/workflows/test-java.yml index 9eb29c8..cbc103d 100644 --- a/.gitea/workflows/test-java.yml +++ b/.gitea/workflows/test-java.yml @@ -12,6 +12,12 @@ jobs: with: fetch-depth: 1 + - name: Cache Gradle Wrapper + uses: actions/cache@v3 + with: + path: ${{ env.RUNNER_TOOL_CACHE }} + key: ${{ runner.os }}-${{ env.RUNNER_TOOL_CACHE }} + - name: Run run: | echo ${{ env.RUNNER_TOOL_CACHE }}