ci: fix crash on arm testing (#21407)
This commit is contained in:
parent
9e189eac71
commit
63058b8a2d
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ steps:
|
|||
DISPLAY: ":99.0"
|
||||
|
||||
- bash: |
|
||||
# Next line needed to avoid crash on arm32
|
||||
sudo gdk-pixbuf-query-loaders --update-cache
|
||||
cd src
|
||||
export ELECTRON_OUT_DIR=Default
|
||||
(cd electron && node script/yarn test -- --enable-logging)
|
||||
|
|
Loading…
Add table
Reference in a new issue