ci: remove /homeless-shelter right before build
Some checks failed
Nix CI / build (push) Failing after 6m20s

- Prep step runs after install-nix Pre step (actions order), so useless there
- Move cleanup to a dedicated step directly before nix build
This commit is contained in:
OpenClaw 2026-04-02 09:55:39 +03:00
parent a38a9b3105
commit 6bf87b8dbb
No known key found for this signature in database

View file

@ -11,11 +11,6 @@ jobs:
HOME: /root
steps:
- name: Prepare environment
run: |
mkdir -p "$HOME"
rm -rf /homeless-shelter
- name: Checkout
uses: actions/checkout@v6
@ -42,6 +37,9 @@ jobs:
- name: Flake check
run: nix flake check
- name: Remove homeless-shelter
run: rm -rf /homeless-shelter
- name: Build all hosts
run: |
nix flake show --json | jq -r '