[ci,mingw] add option to clean

allow cleaning the build and install directories before a new build
This commit is contained in:
akallabeth
2025-02-25 17:12:04 +01:00
parent ae4296f7a4
commit 635b4f234f
2 changed files with 11 additions and 3 deletions

View File

@@ -32,4 +32,4 @@ jobs:
- name: "Run mingw [static] build..."
run: |
./scripts/mingw.sh -c -s
./scripts/mingw.sh -c -s --clean-first