Skip to content

Commit

Permalink
Reinstate the MNC prior to reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed May 2, 2024
1 parent 23ddac3 commit f957521
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,13 @@ jobs:
hello
nix store gc
nix run nixpkgs#hello
- name: Uninstall Nix
run: |
/nix/nix-installer uninstall --no-confirm
- name: Reinstall Nix
uses: ./
with:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
reinstall: true
extra-conf: |
use-sqlite-wal = true
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -174,15 +172,15 @@ jobs:
if: success() || failure()
run: |
pkill magic-nix-cache
- name: Uninstall Nix
run: |
/nix/nix-installer uninstall --no-confirm
# Reinstate the MNC
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Reinstall Nix
uses: ./
with:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
reinstall: true
extra-conf: |
use-sqlite-wal = true
- name: Test `nix` with `$GITHUB_PATH`
Expand Down

0 comments on commit f957521

Please sign in to comment.