Merge pull request #65 from nix-community/dependabot/github_actions/cachix/install-nix-action-18
Bump cachix/install-nix-action from 17 to 18
This commit is contained in:
commit
eab8d982cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v17
|
||||
uses: cachix/install-nix-action@v18
|
||||
with:
|
||||
nix_path: "${{ matrix.nixPath }}"
|
||||
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
||||
|
|
Loading…
Reference in a new issue