mirror of
https://github.com/rikhuijzer/test-caching.git
synced 2024-11-28 23:03:18 +03:00
7
This commit is contained in:
parent
5b41490a22
commit
81d02edb25
4
.github/workflows/cache.yml
vendored
4
.github/workflows/cache.yml
vendored
@ -17,10 +17,10 @@ jobs:
|
||||
path: |
|
||||
~/nix/store
|
||||
~/nix/bin
|
||||
key: ${{ runner.os }}-nix6
|
||||
key: ${{ runner.os }}-nix7
|
||||
|
||||
# Install anyway to set path and those kind of things.
|
||||
- name: Install Nix if not cached
|
||||
if: steps.cache-nix.outputs.cache-hit != 'true'
|
||||
uses: cachix/install-nix-action@v10
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
Loading…
Reference in New Issue
Block a user