Skip to content

Commit

Permalink
Added libopengl0 to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fedesemeraro committed Mar 9, 2024
1 parent 186b3c0 commit 4c23105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-arcjetCV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install libgl1 libgl-dev libegl-dev libx11-dev libxcb1-dev -y
sudo apt-get update && sudo apt-get install libgl1 libopengl0 libgl-dev libegl-dev libx11-dev libxcb1-dev -y
conda env create -f env/arcjetCV_env_cpu.yml
conda init bash
source ~/.bashrc
Expand Down

0 comments on commit 4c23105

Please sign in to comment.