try install opengl on ubuntu

This commit is contained in:
2024-10-30 14:21:36 -05:00
parent 162983e2c7
commit 5b24e1335f

View File

@@ -75,7 +75,7 @@ jobs:
run: brew install scons
if: ${{ matrix.os.name == 'macos' }}
- name: Linux build dependencies
run: sudo apt-get update && sudo apt-get install scons libxml2-utils
run: sudo apt-get update && sudo apt-get install scons libxml2-utils libgl libgl-dev
if: ${{ matrix.os.name == 'ubuntu' }}
- name: Install TGUI
run: 'sudo ./.github/workflows/scripts/linux/install-tgui.sh'