Skip to content

Commit

Permalink
Merge pull request #8 from agimus-project/egl
Browse files Browse the repository at this point in the history
ci: install egl
  • Loading branch information
nim65s authored Jun 26, 2024
2 parents 2ac963c + f381702 commit 64f1b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
- name: Install EGL
run: sudo apt-get update && sudo apt-get install -qqy libegl1-mesa libegl1-mesa-dev
- name: Install pym3t
run: |
pip install .
Expand Down

0 comments on commit 64f1b86

Please sign in to comment.