remove toolcache env its hardcoded in the runners config now
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user