mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
test without magic cache
This commit is contained in:
parent
b02e51e163
commit
fb92186fa5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue