Skip to content

Commit

Permalink
Install packages needed for libEGL.so.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j9ac9k committed Apr 18, 2024
1 parent 21f5fbd commit b6836c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install apt dependencies
run: |
sudo apt-get update -y --allow-releaseinfo-change
sudo apt-get install --no-install-recommends -y \
libegl1-mesa \
libopengl0 \
libgl1 \
libgl1-mesa-glx
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
Expand Down

0 comments on commit b6836c6

Please sign in to comment.