Skip to content

Commit

Permalink
[CI] install libgl directly
Browse files Browse the repository at this point in the history
installing libgl1-mesa-dev no longer works in Linux. This way we still get the dependencies we actually need for the docs.
  • Loading branch information
2bndy5 committed Feb 20, 2024
1 parent 06f83d5 commit fbeee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: python ./.github/workflows/pylint_matcher.py pylint.json

- name: Get doc dependencies
run: sudo apt-get install -y libgl1-mesa-dev libxkbcommon-x11-0 graphviz
run: sudo apt-get install -y libgl-dev libglvnd-dev libxkbcommon-x11-0 graphviz
- name: Build docs
working-directory: docs
env:
Expand Down

0 comments on commit fbeee42

Please sign in to comment.