test without magic cache

This commit is contained in:
Daylin Morgan 2024-07-12 00:32:25 -05:00
parent b02e51e163
commit fb92186fa5
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -77,7 +77,7 @@ jobs:
extra-conf: | extra-conf: |
accept-flake-config = true accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@v7 # - uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: ./.github/actions/clean-disk - uses: ./.github/actions/clean-disk
with: with:
@ -94,4 +94,5 @@ jobs:
--debug \ --debug \
-- \ -- \
--print-build-logs --print-build-logs
[[ $? -ne 0 ]] && git push origin :flake-lock echo "build complete"
[[ "$?" -ne 0 ]] && git push origin :flake-lock