Skip to content

Commit

Permalink
Pinning nix to 2.13.3 in github workflows
Browse files Browse the repository at this point in the history
Nix 2.14 released with incompatibilities with cachix/install-nix-action.
This PR pins nix to 2.13.3 to avoid CI fails
See: cachix/install-nix-action#161

(cherry picked from commit 84533ae)
  • Loading branch information
CircuitCoder authored and sequencer committed Mar 1, 2023
1 parent 885f241 commit d113a00
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/mill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
with:
submodules: 'true'

- uses: cachix/install-nix-action@v14.1
- uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
nix_path: nixpkgs=channel:nixos-unstable

- name: Coursier Cache
Expand All @@ -51,8 +52,9 @@ jobs:
with:
submodules: 'true'

- uses: cachix/install-nix-action@v14.1
- uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
nix_path: nixpkgs=channel:nixos-unstable

- name: Coursier Cache
Expand All @@ -74,8 +76,9 @@ jobs:
submodules: 'true'

- name: install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
nix_path: nixpkgs=channel:nixos-unstable

- name: Coursier Cache
Expand Down

0 comments on commit d113a00

Please sign in to comment.