Skip to content

Commit

Permalink
add 'install libegl1'
Browse files Browse the repository at this point in the history
  • Loading branch information
patquem committed Jan 20, 2025
1 parent 4de96de commit f61694e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libegl1 libgl1-mesa-dev libxkbcommon-x11-0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f61694e

Please sign in to comment.