We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cd200 commit 9309e28Copy full SHA for 9309e28
.github/workflows/build.yml
@@ -31,6 +31,10 @@ jobs:
31
run: |
32
mkdir -p ${{ github.workspace }}/xbmc/cmake/addons/addons/${app_id}
33
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
38
- name: Configure
39
env:
40
CC: ${{ matrix.CC }}
0 commit comments