mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
ci: fix crash on arm testing (#21407)
This commit is contained in:
committed by
Samuel Attard
parent
9e189eac71
commit
63058b8a2d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user