mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 05:22:21 +01:00
Fix other instance of uninstall/reinstall
This commit is contained in:
parent
6b7860826e
commit
3785eaaa9b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue