From 4324bad41b2597b06ba1da91d62b24edb1b2e19b Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sun, 11 Aug 2024 18:40:08 +0200 Subject: [PATCH] env --- .gitea/workflows/linux.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index ee3ea4c..adeaebb 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -6,6 +6,8 @@ on: [push] jobs: Build: runs-on: ubuntu-test + env: + RUNNER_TOOL_CACHE: /toolcache steps: - name: Check out repository code uses: actions/checkout@v3