remove caching
All checks were successful
/ perform flake analysis (push) Successful in 32s
/ build hive configuration (push) Successful in 8m15s

This commit is contained in:
Awen Lelu 2025-11-14 19:01:49 +01:00
parent 0266841088
commit 9a9cc67b1c

View File

@ -11,14 +11,8 @@ jobs:
name: build hive configuration
runs-on: ubuntu-22.04
steps:
- uses: cachix/install-nix-action@v31
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- name: Restore and save Nix store
uses: nix-community/cache-nix-action@v6
with:
# restore and save a cache using this key
primary-key: nix-${{ runner.os }}
gc-max-store-size-linux: 1G
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with: