Remove MNC from workflow

This commit is contained in:
Luc Perkins 2024-05-02 13:58:19 -03:00
parent f957521643
commit ff2ea37e97
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -48,7 +48,6 @@ jobs:
logger: pretty logger: pretty
log-directives: nix_installer=trace log-directives: nix_installer=trace
backtrace: full backtrace: full
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: echo $PATH - name: echo $PATH
run: echo $PATH run: echo $PATH
@ -131,7 +130,6 @@ jobs:
logger: pretty logger: pretty
log-directives: nix_installer=trace log-directives: nix_installer=trace
backtrace: full backtrace: full
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: echo $PATH - name: echo $PATH
run: echo $PATH run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH` - name: Test `nix` with `$GITHUB_PATH`
@ -168,12 +166,6 @@ jobs:
hello hello
nix store gc nix store gc
nix run nixpkgs#hello nix run nixpkgs#hello
- name: Terminate the magic nix cache pre-reinstall
if: success() || failure()
run: |
pkill magic-nix-cache
# Reinstate the MNC
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Reinstall Nix - name: Reinstall Nix
uses: ./ uses: ./
with: with: