Free up space in Windows build

pull/1631/head
Piero Toffanin 2023-03-21 10:18:26 -04:00
rodzic 976db04148
commit 02e4851230
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,11 @@ jobs:
- name: Build sources
run: |
python configure.py build
- name: Free up space
run: |
rmdir SuperBuild\download /s /q
rmdir SuperBuild\build /s /q
shell: cmd
- name: Create setup
env:
CODE_SIGN_CERT_PATH: ${{ steps.code_sign.outputs.filePath }}