Skip to content

Commit e5f3301

Browse files
authored
Merge pull request #855 from ethanwhite/testy
Update build environment for opencv deps
2 parents b578637 + cfb2f46 commit e5f3301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Conda-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install opencv dependencies
3636
run: |
3737
sudo apt-get update
38-
sudo apt-get install -y libgl1-mesa-glx libegl1-mesa
38+
sudo apt-get install -y libgl1 and libglx-mesa0
3939
4040
- name: Install Conda environment with Micromamba
4141
uses: mamba-org/setup-micromamba@v1

0 commit comments

Comments
 (0)