Skip to content

Commit

Permalink
[CI] fix cachix install-nix
Browse files Browse the repository at this point in the history
There appears to be some unknowns regarding ensuring nix is installed,
but not overwritten (see
cachix/install-nix-action#98 and
https://github.com/cachix/install-nix-actions/pull/100/files).
  • Loading branch information
kquick committed Jan 12, 2022
1 parent 84d8b71 commit 1a85866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -12,6 +12,7 @@ jobs:
LC_ALL: en_US.UTF-8
TZ: America/Los_Angeles
CI_TEST_LEVEL: "2"
USER: root

runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -29,7 +30,7 @@ jobs:
submodules: true

- name: Install Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-21.11
install_url: https://releases.nixos.org/nix/nix-2.4/install
Expand Down

0 comments on commit 1a85866

Please sign in to comment.