mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue