Skip to content

Commit

Permalink
retry cache install
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Mar 11, 2021
1 parent ad9bb77 commit ea6a04b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
runs-on: ubuntu-latest
needs: builds
steps:
- name: Cache install Nix packages
uses: rikhuijzer/[email protected]
with:
key: nix-${{ hashFiles('default.nix') }}
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
Expand Down

0 comments on commit ea6a04b

Please sign in to comment.