Fix broken CI caused by Nix reinstallation wiping out the Magic Nix Cache #79

Merged
lucperkins merged 5 commits from fix-mnc-issue into main 2024-05-02 17:05:28 +00:00
Showing only changes of commit 6b7860826e - Show all commits

View file

@ -172,13 +172,15 @@ jobs:
if: success() || failure()
run: |
pkill magic-nix-cache
- 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`