Skip to content

Commit 0404087

Browse files
committed
ci: remove stale build artifacts before checking out
Signed-off-by: Akira Moroo <retrage01@gmail.com>
1 parent 6783e0e commit 0404087

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- runner: bookworm-arm64
1515
coreboot-tests: false
1616
steps:
17+
- name: Remove stale build artifacts
18+
run: |
19+
sudo rm -rf build || true
1720
- name: Code checkout
1821
uses: actions/checkout@v4
1922
with:

0 commit comments

Comments
 (0)