fix: remove clean:false from CI checkout (stale workspace failures)

The clean:false setting causes checkout to fail when previous runs
leave corrupted workspaces. Default clean behavior ensures fresh
checkout each run.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian 2026-03-28 20:11:34 +00:00
parent f1dc97cb25
commit 159836cdea

View File

@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
clean: false
- name: Install ISO build dependencies - name: Install ISO build dependencies
run: | run: |