Fix other instance of uninstall/reinstall

This commit is contained in:
Luc Perkins 2024-05-02 13:48:27 -03:00
parent 6b7860826e
commit 3785eaaa9b
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -88,6 +88,9 @@ jobs:
hello hello
nix store gc nix store gc
nix run nixpkgs#hello nix run nixpkgs#hello
- name: Uninstall Nix
run: |
/nix/nix-installer uninstall --no-confirm
- name: Reinstall Nix - name: Reinstall Nix
uses: ./ uses: ./
with: with: