Skip to content

Commit

Permalink
add necessary libraries for ubuntu CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Aug 16, 2024
1 parent 444ec3c commit 342c591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# https://github.com/conda-forge/opencv-feedstock/issues/401#issue-2196393732
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-glx
sudo apt-get install libglapi-mesa libegl-mesa0 libegl1 libopengl0 libgl1-mesa-glx
- name: Setup Conda
uses: conda-incubator/[email protected]
Expand Down

0 comments on commit 342c591

Please sign in to comment.