diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-24 22:19:57 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-24 22:19:57 +0300 |
commit | 5f4e57c3477000b2edaeedf7c2b1edf48e2d68d0 (patch) | |
tree | 60e69a9b704661d8608aba8131c7e0c37f1c3954 | |
parent | 2a759b8d39697c6d5512ec41c2b64d3099479d00 (diff) |
Add toolcache
-rw-r--r-- | .gitea/workflows/test.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |