mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Remove old build dirs on Windows
This commit is contained in:
parent
4fef8e0139
commit
d3d97f223a
1 changed files with 9 additions and 0 deletions
9
.github/workflows/cmake-multi-platform.yml
vendored
9
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -48,6 +48,15 @@ jobs:
|
|||
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
|
||||
echo "prefix-dir=${{ github.workspace }}/prefix" >> "$GITHUB_OUTPUT"
|
||||
|
||||
# Why does Windows need this?
|
||||
- name: Clear old build directiories
|
||||
if: ${{ matrix.os }} == 'windows-latest'
|
||||
run: |
|
||||
rmdir ${{ steps.strings.outputs.build-output-dir }}-ECM /s /q
|
||||
rmdir ${{ steps.strings.outputs.build-output-dir }}-kca /s /q
|
||||
rmdir ${{ steps.strings.outputs.build-output-dir }}-kconfig /s /q
|
||||
rmdir ${{ steps.strings.outputs.build-output-dir }}-karchive /s /q
|
||||
|
||||
- name: Build and install Extra CMake Modules
|
||||
run: |
|
||||
git clone https://invent.kde.org/frameworks/extra-cmake-modules.git
|
||||
|
|
Loading…
Add table
Reference in a new issue