Added a toolcache to all action, hopefully it works
All checks were successful
Check config / build (push) Successful in 9m45s

This commit is contained in:
Alexandre 2026-06-27 15:25:40 +02:00
parent e53c367ab5
commit a2774bd3f8
3 changed files with 12 additions and 6 deletions

View File

@ -7,6 +7,8 @@ on:
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-latest
permissions:
contents: read

View File

@ -10,6 +10,8 @@ on:
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-latest
steps:

View File

@ -8,6 +8,8 @@ on:
jobs:
bump:
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Install nix