diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index d2a35de..90bae51 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -6,8 +6,7 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache + steps: - name: Checkout uses: actions/checkout@v3 @@ -39,8 +38,6 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache steps: - name: Checkout uses: actions/checkout@v3 @@ -75,8 +72,6 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache steps: - name: Checkout uses: actions/checkout@v3