From 6f1bd21f63604e54374488af41d75a927490a8a6 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 28 Jan 2025 14:06:40 -0600 Subject: [PATCH] let lix takes it's time --- .github/actions/nix/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/nix/action.yml b/.github/actions/nix/action.yml index 90a8961..a0de339 100644 --- a/.github/actions/nix/action.yml +++ b/.github/actions/nix/action.yml @@ -9,6 +9,7 @@ inputs: build-dir = /nix/var keep-derivations = true keep-outputs = true + stalled-download-timeout = 0 clean: description: Clean up disk space default: false @@ -25,6 +26,7 @@ runs: env: CLEAN: ${{ inputs.clean }} BTRFS: ${{ inputs.btrfs }} + run: exec ${{ github.action_path }}/prepare.sh - uses: daylinmorgan/lix-gha-installer-action@latest