ci: clean windows disk space in background

This commit is contained in:
MarcoIeni 2025-08-14 12:38:35 +02:00
parent a1531335fe
commit 75b7d24a98
No known key found for this signature in database
5 changed files with 184 additions and 1 deletions

View file

@ -223,6 +223,11 @@ jobs:
cd src/ci/citool
CARGO_INCREMENTAL=0 CARGO_TARGET_DIR=../../../build/citool cargo build
- name: wait for Windows disk cleanup to finish
if: ${{ matrix.free_disk && startsWith(matrix.os, 'windows-') }}
run: |
python3 src/ci/scripts/free-disk-space-windows-wait.py
- name: run the build
run: |
set +e