diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index fce3397..0d384c3 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -8,6 +8,8 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest + env: + RUNNER_TOOL_CACHE: /toolcache steps: - name: Check out the repo uses: actions/checkout@v3