diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index adeaebb..ee3ea4c 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -6,8 +6,6 @@ on: [push] jobs: Build: runs-on: ubuntu-test - env: - RUNNER_TOOL_CACHE: /toolcache steps: - name: Check out repository code uses: actions/checkout@v3