test
This commit is contained in:
parent
ec0442e22d
commit
dc3ed1342b
@ -11,15 +11,14 @@ jobs:
|
|||||||
name: build hive configuration
|
name: build hive configuration
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: http://github.com/nixbuild/nix-quick-install-action@v34
|
||||||
- uses: nixbuild/nix-quick-install-action@v30
|
|
||||||
with:
|
with:
|
||||||
nix_conf: |
|
nix_conf: |
|
||||||
keep-env-derivations = true
|
keep-env-derivations = true
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
|
|
||||||
- name: Restore and save Nix store
|
- name: Restore and save Nix store
|
||||||
uses: nix-community/cache-nix-action@v6
|
uses: http://github.com/nix-community/cache-nix-action@v6
|
||||||
with:
|
with:
|
||||||
# restore and save a cache using this key
|
# restore and save a cache using this key
|
||||||
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
|
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
|
||||||
@ -40,6 +39,7 @@ jobs:
|
|||||||
purge-last-accessed: 0
|
purge-last-accessed: 0
|
||||||
# except any version with the key that is the same as the `primary-key`
|
# except any version with the key that is the same as the `primary-key`
|
||||||
purge-primary-key: never
|
purge-primary-key: never
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user