From 5f4e57c3477000b2edaeedf7c2b1edf48e2d68d0 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Wed, 24 Jan 2024 22:19:57 +0300 Subject: [PATCH] Add toolcache --- .gitea/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ad08f94..9a7351f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,7 +7,9 @@ on: workflow_dispatch: jobs: - build: + test: + env: + RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - uses: actions/checkout@v3