add toolcache
All checks were successful
Test CI / test (push) Successful in 2m6s

This commit is contained in:
2025-04-02 22:12:28 +02:00
parent e2b4469ef6
commit 013617f843

View File

@@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container: container:
image: ghcr.io/mxmehl/python-tests-image:3.12 image: ghcr.io/mxmehl/python-tests-image:3.12
env:
RUNNER_TOOL_CACHE: /toolcache
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4