Skip to content

Commit 9309e28

Browse files
committed
CI: install libgl-dev in GitHub Actions
1 parent d8cd200 commit 9309e28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
run: |
3232
mkdir -p ${{ github.workspace }}/xbmc/cmake/addons/addons/${app_id}
3333
echo ${app_id} ${{ github.workspace }}/${app_id} > ${{ github.workspace }}/xbmc/cmake/addons/addons/${app_id}/${app_id}.txt
34+
- name: Install GL deps
35+
run: |
36+
sudo apt-get update
37+
sudo apt-get install -y libgl-dev
3438
- name: Configure
3539
env:
3640
CC: ${{ matrix.CC }}

0 commit comments

Comments
 (0)