try other package names

This commit is contained in:
2024-10-30 14:27:21 -05:00
parent 5b24e1335f
commit e5ce3ecbcf

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 libgl libgl-dev
run: sudo apt-get update && sudo apt-get install scons libxml2-utils libgl1-mesa libgl1-mesa-dev
if: ${{ matrix.os.name == 'ubuntu' }}
- name: Install TGUI
run: 'sudo ./.github/workflows/scripts/linux/install-tgui.sh'