Skip to content

Commit 3660bdf

Browse files
committed
fix: install gl, glx and egl headers in pipeline
1 parent 86e271d commit 3660bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
sudo apt-get update
30-
sudo apt-get install libdbus-1-dev
30+
sudo apt-get install libdbus-1-dev libgl-dev libegl-dev libglx-dev
3131
- name: 'install emsdk'
3232
shell: bash
3333
run: |

0 commit comments

Comments
 (0)