From 6b7860826ee37c9eb75e0b3e2661a4acb06c6596 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 2 May 2024 13:47:23 -0300 Subject: [PATCH] Remove reinstall setting --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07b3ffa..cd142c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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`