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