Skip to content

Commit

Permalink
Install libopengl0 to fix build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 11, 2023
1 parent f1aac2b commit 7bb8e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash -l {0}
run: |
mamba install -n base libiconv
sudo apt install libegl1
sudo apt install libegl1 libopengl0
if: runner.os == 'Linux'
- name: Fetch tags
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 7bb8e12

Please sign in to comment.