Remove reinstall setting

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

View file

@ -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`