From fb92186fa556701ae15d4a47d49f228023c7d7f6 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 12 Jul 2024 00:32:25 -0500 Subject: [PATCH] test without magic cache --- .github/workflows/nightly.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 994318d..0213110 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -77,7 +77,7 @@ jobs: extra-conf: | accept-flake-config = true - - uses: DeterminateSystems/magic-nix-cache-action@v7 + # - uses: DeterminateSystems/magic-nix-cache-action@v7 - uses: ./.github/actions/clean-disk with: @@ -94,4 +94,5 @@ jobs: --debug \ -- \ --print-build-logs - [[ $? -ne 0 ]] && git push origin :flake-lock + echo "build complete" + [[ "$?" -ne 0 ]] && git push origin :flake-lock