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