remove toolcache env its hardcoded in the runners config now
All checks were successful
CI / Test (push) Successful in 1m12s
CI / Lint (push) Successful in 1m17s
CI / Build (push) Successful in 1m17s

This commit is contained in:
2024-07-17 23:27:22 -05:00
parent 2dbc72bd39
commit 42af2d6d25
3 changed files with 0 additions and 16 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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