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:
parent
f1dc97cb25
commit
159836cdea
@ -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: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user