Cache nix store for CI actions

This commit is contained in:
Valentin Brandl 2020-03-22 19:47:09 +01:00
parent 97fcb5a420
commit c301978f0b
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -8,6 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v8
- name: Cache nix store
uses: actions/cache@v1
with:
path: /nix
key: ${{ runner.os }}-nix-store
- uses: cachix/cachix-action@v5
with:
name: hitsofcode