We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6783e0e commit 0404087Copy full SHA for 0404087
1 file changed
.github/workflows/tests.yaml
@@ -14,6 +14,9 @@ jobs:
14
- runner: bookworm-arm64
15
coreboot-tests: false
16
steps:
17
+ - name: Remove stale build artifacts
18
+ run: |
19
+ sudo rm -rf build || true
20
- name: Code checkout
21
uses: actions/checkout@v4
22
with:
0 commit comments