From 62dd21ee8efd9337f3118c4b29768d151bc3571d Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 26 Jun 2023 15:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/build.ya?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4a68e32..7a15931 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache + volumes: + - ubuntu_hostedtoolcache:/opt/hostedtoolcache steps: - name: Checkout uses: actions/checkout@v3