Skip to content

Commit 43a2611

Browse files
committed
Add more missing deps
1 parent ad7ee3a commit 43a2611

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

eng/helix/content/runtests.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,24 @@ if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
4141
if [[ "$helixQueue" != *"OSX"* ]]; then
4242
echo "sudo apt-get install libdbus-glib-1-2"
4343
sudo apt-get install libdbus-glib-1-2
44+
sudo apt-get install libbrotli1
45+
sudo apt-get install libegl1
46+
sudo apt-get install libnotify4
47+
sudo apt-get install libvpx5
48+
sudo apt-get install libopus0
49+
sudo apt-get install libwoff1
50+
sudo apt-get install libgstreamer-plugins-base1.0-0
51+
sudo apt-get install libgstreamer1.0-0
52+
sudo apt-get install libgstreamer-gl1.0-0
53+
sudo apt-get install libgstreamer-plugins-bad1.0-0
54+
sudo apt-get install libopenjp2-7
55+
sudo apt-get install libwebpdemux2
56+
sudo apt-get install libwebp6
57+
sudo apt-get install libenchant1c2a
58+
sudo apt-get install libsecret-1-0
59+
sudo apt-get install libhyphen0
60+
sudo apt-get install libgles2
61+
sudo apt-get install gstreamer1.0-libav
4462
fi
4563
echo "chmod +x $PLAYWRIGHT_DRIVER_PATH"
4664
chmod +x $PLAYWRIGHT_DRIVER_PATH

0 commit comments

Comments
 (0)