Skip to content

Commit

Permalink
fix: install opengl loader on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexyPellegrini committed Aug 5, 2024
1 parent 9a840d6 commit e70ec2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: |
echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
pipx run nox -s pylint
- name: Install OpenGL libaries
run: sudo apt-get install --fix-missing libgl1-mesa-dev

checks:
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
Expand Down

0 comments on commit e70ec2c

Please sign in to comment.