Skip to content

Commit

Permalink
adds missing lib for github build (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dethrace-labs authored Jan 6, 2025
1 parent 0ccb454 commit 3c01b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c01b63

Please sign in to comment.