Skip to content

Commit

Permalink
Install mesa OpenGL driver on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored and xela-95 committed Oct 2, 2024
1 parent b404fd8 commit 65e9ca1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install mesa (software only) OpenGL driver
if: contains(matrix.os, 'ubuntu')
shell: bash
run: |
sudo apt-get update
# See https://github.com/robotology/gz-sim-yarp-plugins/pull/214#issuecomment-2387088665
sudo apt install libegl-mesa0 libgl1-mesa-dri
- name: Set up pixi
uses: prefix-dev/[email protected]
with:
Expand Down

0 comments on commit 65e9ca1

Please sign in to comment.