Skip to content

Commit

Permalink
Add sudo apt-get install -y libegl1-mesa-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Mar 12, 2024
1 parent 5881eec commit 2c5d49c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
path: .venv
key: venv-${{ steps.setup-python.outputs.python-version }}-${{ env.POETRY_VERSION }}-${{ hashFiles('**/poetry.lock') }}

- name: Install libegl1-mesa-dev (to use MUJOCO_GL=egl)
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev

#----------------------------------------------
# install project
#----------------------------------------------
Expand Down

0 comments on commit 2c5d49c

Please sign in to comment.