adds missing lib for github build (#432)

This commit is contained in:
Dethrace Engineering Department 2025-01-07 12:26:15 +13:00 committed by GitHub
parent 0ccb454316
commit 3c01b63346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get update
sudo apt-get install -y libgl-dev ${{ matrix.platform.apt-packages }}
sudo apt-get install -y libgl-dev libxext-dev ${{ matrix.platform.apt-packages }}
- name: Set up SDL
uses: libsdl-org/setup-sdl@main
with: