Skip to content

Commit b8353ef

Browse files
committed
install mesa
1 parent 7975f41 commit b8353ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
export DEBIAN_FRONTEND=noninteractive
2424
sudo add-apt-repository -y ppa:mozillateam/ppa
2525
sudo apt-get update
26-
sudo apt-get install -y chromium-browser firefox-esr
26+
sudo apt-get install -y \
27+
chromium-browser \
28+
firefox-esr \
29+
libgl1-mesa-dri \
30+
libgl1-mesa-glx \
31+
mesa-utils
2732
2833
- name: Update npm
2934
run: npm install -g npm@10

0 commit comments

Comments
 (0)