mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
Force reconfigure in CI
The cached build.ninja may reference files that don't exist in the PR. On a local build this tends to auto-fix itself as the build scripts detect a quick failure and re-run the configure, but CI tends to be too slow. https://github.com/ankitects/anki/pull/4364#issuecomment-3338026129
This commit is contained in:
parent
375128e170
commit
83851af4b5
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ if [ "$CLEAR_RUST" = "1" ]; then
|
|||
rm -rf $BUILD_ROOT/rust
|
||||
fi
|
||||
|
||||
rm -f out/build.ninja
|
||||
./ninja pylib qt check
|
||||
|
||||
echo "--- Ensure libs importable"
|
||||
|
|
|
|||
Loading…
Reference in a new issue