Skip to content

Commit

Permalink
fix: install gl, glx and egl headers in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed Jan 7, 2025
1 parent 145414d commit 86e271d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libdbus-1-dev
sudo apt-get install libdbus-1-dev libgl-dev libegl-dev libglx-dev
- name: 'install emsdk'
shell: bash
run: |
Expand Down

0 comments on commit 86e271d

Please sign in to comment.