From 3785eaaa9b5fa747cc750eafcccc6e724c86e7cb Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 2 May 2024 13:48:27 -0300 Subject: [PATCH] Fix other instance of uninstall/reinstall --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd142c6..e6dbf2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,9 @@ jobs: hello nix store gc nix run nixpkgs#hello + - name: Uninstall Nix + run: | + /nix/nix-installer uninstall --no-confirm - name: Reinstall Nix uses: ./ with: