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 a0ad355
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 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: runner

runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -28,8 +29,15 @@ jobs:
with:
submodules: true

- name: Probe Build Environment
run: |
id
uname -a
pwd
cat /etc/os-release
- 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 a0ad355

Please sign in to comment.