From ff2ea37e976abaceab73fc46b55effe63e3e0204 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 2 May 2024 13:58:19 -0300 Subject: [PATCH] Remove MNC from workflow --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77953ed..0a5cc38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - - uses: DeterminateSystems/magic-nix-cache-action@main - name: echo $PATH run: echo $PATH @@ -131,7 +130,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - - uses: DeterminateSystems/magic-nix-cache-action@main - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -168,12 +166,6 @@ jobs: hello nix store gc 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 uses: ./ with: