From 1b135857183490ef00f993d3b8031726912f54b8 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 18 Jan 2026 19:43:55 +0100 Subject: [PATCH] Added cache variable --- .gitea/workflows/pull_request.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index f321c7d..a44e320 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -6,6 +6,8 @@ on: jobs: Lint: runs-on: ubuntu-latest + env: + RUNNER_TOOL_CACHE: /toolcache steps: - name: Checkout code uses: actions/checkout@v4 @@ -27,6 +29,8 @@ jobs: Test: runs-on: ubuntu-latest + env: + RUNNER_TOOL_CACHE: /toolcache steps: - name: Checkout code uses: actions/checkout@v4