mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Ensure runner gets rebuilt in Mac CI
This commit is contained in:
parent
d1b2ab5983
commit
1a868bcaaf
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ mkdir -p $STATE
|
||||||
|
|
||||||
echo "+++ Building and testing"
|
echo "+++ Building and testing"
|
||||||
ln -sf out/node_modules .
|
ln -sf out/node_modules .
|
||||||
BUILD_ROOT=$STATE/build ./ninja pylib qt wheels check
|
SKIP_RUNNER_BUILD=0 BUILD_ROOT=$STATE/build ./ninja pylib qt wheels check
|
||||||
|
|
Loading…
Reference in a new issue