fix: rm -rf build dir before cmake configure — stale cache ignoring WITH_UNWIND=OFF
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 20s
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 20s
This commit is contained in:
parent
c2e7f8336b
commit
695fabfeaf
@ -137,7 +137,8 @@ jobs:
|
||||
export CFLAGS="-w"
|
||||
export CXXFLAGS="-w"
|
||||
|
||||
# Configure — minimal client-only build
|
||||
# Clean any stale cmake cache and configure fresh
|
||||
rm -rf build
|
||||
cmake -B build -G Ninja \
|
||||
-DCMAKE_TOOLCHAIN_FILE=/tmp/mingw-toolchain.cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user