add DeterministSystem cache
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Awen Lelu 2025-11-12 11:20:19 +01:00
parent 7f1cd8ab35
commit 6e7950523f
2 changed files with 6 additions and 4 deletions

View File

@ -2,8 +2,9 @@ on: [push]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
permissions:
contents: read
id-token: write
name: Build Nix targets
runs-on: ubuntu-22.04
steps:

View File

@ -6,8 +6,9 @@ on:
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
permissions:
contents: read
id-token: write
name: build hive configuration
runs-on: ubuntu-22.04
steps: