diff --git a/.gitea/workflows/pull-request-ci.yaml b/.gitea/workflows/pull-request-ci.yaml index fc8b3f4..17062ac 100644 --- a/.gitea/workflows/pull-request-ci.yaml +++ b/.gitea/workflows/pull-request-ci.yaml @@ -5,8 +5,6 @@ on: jobs: lint: name: Lint - env: - RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - name: Checkout @@ -34,8 +32,6 @@ jobs: test: name: Test - env: - RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - name: Checkout @@ -66,8 +62,6 @@ jobs: build: name: Build - env: - RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.gitea/workflows/push-ci.yaml b/.gitea/workflows/push-ci.yaml index 93bcc14..3b8c88a 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -6,8 +6,6 @@ on: jobs: lint: name: Lint - env: - RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - name: Checkout @@ -38,8 +36,6 @@ jobs: test: name: Test - env: - RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - name: Checkout @@ -70,8 +66,6 @@ jobs: build: name: Build - env: - RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index af064d3..c568b1b 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -7,8 +7,6 @@ on: jobs: lint: name: Lint - env: - RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - name: Checkout @@ -36,8 +34,6 @@ jobs: test: name: Test - env: - RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: - name: Checkout