add caching
Some checks failed
/ Build Nix targets (push) Successful in 9m37s
/ build hive configuration (push) Has been cancelled

This commit is contained in:
Awen Lelu 2025-11-12 10:21:51 +01:00
parent e6f7e22451
commit cefeaff246
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ on: [push]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
name: Build Nix targets
runs-on: ubuntu-22.04
steps:

View File

@ -6,6 +6,8 @@ on:
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
name: build hive configuration
runs-on: ubuntu-22.04
steps: