This commit is contained in:
parent
aac367b36a
commit
4d4c43f854
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ jobs:
|
|||
uses: actions/checkout@v5
|
||||
- name: Install nix
|
||||
uses: https://github.com/cachix/install-nix-action@v31
|
||||
- name: Setup system cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /nix/store
|
||||
key: nix-cache
|
||||
- name: Setup Attic cache
|
||||
uses: https://github.com/ryanccn/attic-action@v0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue