mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2025-01-07 11:51:26 +03:00
Merge pull request #195 from haskell-nix/dependabot/github_actions/cachix/install-nix-action-18
build(deps): bump cachix/install-nix-action from 17 to 18
This commit is contained in:
commit
72752f4858
2
.github/workflows/Cabal-Linux-Remote.yml
vendored
2
.github/workflows/Cabal-Linux-Remote.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
# Still required for Remote
|
# Still required for Remote
|
||||||
- name: "Install Nix"
|
- name: "Install Nix"
|
||||||
uses: cachix/install-nix-action@v17
|
uses: cachix/install-nix-action@v18
|
||||||
if: matrix.packageRoot == 'hnix-store-remote'
|
if: matrix.packageRoot == 'hnix-store-remote'
|
||||||
|
|
||||||
# Remote: Enabling testsuite, because it requires networking in the default Nix environment.
|
# Remote: Enabling testsuite, because it requires networking in the default Nix environment.
|
||||||
|
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
# Still required for Remote
|
# Still required for Remote
|
||||||
- name: "Install Nix"
|
- name: "Install Nix"
|
||||||
uses: cachix/install-nix-action@v17
|
uses: cachix/install-nix-action@v18
|
||||||
if: matrix.packageRoot == 'hnix-store-remote'
|
if: matrix.packageRoot == 'hnix-store-remote'
|
||||||
|
|
||||||
# Remote: Enabling testsuite, because it requires networking in the default Nix environment.
|
# Remote: Enabling testsuite, because it requires networking in the default Nix environment.
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: "Install Nix"
|
- name: "Install Nix"
|
||||||
uses: cachix/install-nix-action@v17
|
uses: cachix/install-nix-action@v18
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- name: "Install Cachix"
|
- name: "Install Cachix"
|
||||||
|
Loading…
Reference in New Issue
Block a user