Skip to content

Commit

Permalink
Update nix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Sep 15, 2023
1 parent 7f30f9b commit 01892d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- run: nix build
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- run: nix build
Expand Down

0 comments on commit 01892d9

Please sign in to comment.