mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 11:04:17 -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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue