remove caching
This commit is contained in:
parent
d45f76bfaf
commit
3b483ba742
@ -12,16 +12,6 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
- name: Restore and save Nix store
|
|
||||||
uses: http://github.com/nix-community/cache-nix-action@v6
|
|
||||||
with:
|
|
||||||
primary-key: nix-${{ runner.os }}-colmena
|
|
||||||
restore-prefixes-first-match: nix-${{ runner.os }}-
|
|
||||||
gc-max-store-size-linux: 1G
|
|
||||||
purge: false
|
|
||||||
purge-prefixes: nix-${{ runner.os }}-
|
|
||||||
purge-created: 60000
|
|
||||||
purge-primary-key: never
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user