Skip to content

Commit

Permalink
Merge pull request #855 from ethanwhite/testy
Browse files Browse the repository at this point in the history
Update build environment for opencv deps
  • Loading branch information
henrykironde authored Dec 13, 2024
2 parents b578637 + cfb2f46 commit e5f3301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Conda-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install opencv dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-glx libegl1-mesa
sudo apt-get install -y libgl1 and libglx-mesa0
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit e5f3301

Please sign in to comment.