mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Install n2 in release entrypoint
This commit is contained in:
parent
201f13946d
commit
1b7390f22d
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ export BUILD_ROOT=/state/build
|
|||
export RELEASE=2
|
||||
ln -sf out/node_modules .
|
||||
|
||||
echo "--- Install n2"
|
||||
./tools/install-n2
|
||||
|
||||
if [ $(uname -m) = "aarch64" ]; then
|
||||
./ninja wheels:anki
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue