Skip to content

Commit 20f4dcc

Browse files
committed
fix package names
1 parent b8353ef commit 20f4dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
sudo apt-get install -y \
2727
chromium-browser \
2828
firefox-esr \
29+
libgl1 \
2930
libgl1-mesa-dri \
30-
libgl1-mesa-glx \
31+
libegl1 \
3132
mesa-utils
3233
3334
- name: Update npm

0 commit comments

Comments
 (0)