mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
let lix takes it's time
This commit is contained in:
parent
eab620c39f
commit
6f1bd21f63
1 changed files with 2 additions and 0 deletions
2
.github/actions/nix/action.yml
vendored
2
.github/actions/nix/action.yml
vendored
|
@ -9,6 +9,7 @@ inputs:
|
||||||
build-dir = /nix/var
|
build-dir = /nix/var
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
|
stalled-download-timeout = 0
|
||||||
clean:
|
clean:
|
||||||
description: Clean up disk space
|
description: Clean up disk space
|
||||||
default: false
|
default: false
|
||||||
|
@ -25,6 +26,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
CLEAN: ${{ inputs.clean }}
|
CLEAN: ${{ inputs.clean }}
|
||||||
BTRFS: ${{ inputs.btrfs }}
|
BTRFS: ${{ inputs.btrfs }}
|
||||||
|
|
||||||
run: exec ${{ github.action_path }}/prepare.sh
|
run: exec ${{ github.action_path }}/prepare.sh
|
||||||
|
|
||||||
- uses: daylinmorgan/lix-gha-installer-action@latest
|
- uses: daylinmorgan/lix-gha-installer-action@latest
|
||||||
|
|
Loading…
Reference in a new issue