Skip to content

Commit

Permalink
[CI] remove 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).

Ultimately however, this step is not needed for the current Galois
internal runners that are already nix-based configurations.
  • Loading branch information
kquick committed Jan 12, 2022
1 parent 84d8b71 commit ab6f320
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Expand Up @@ -28,12 +28,6 @@ jobs:
with:
submodules: true

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

- uses: cachix/cachix-action@v10
with:
name: galois
Expand Down

0 comments on commit ab6f320

Please sign in to comment.