Skip to content

Commit 35e1640

Browse files
committed
libgl1-mesa-glx is not available in Ubuntu 22.04. Changed it to libgl1-mesa-dev
1 parent 8f8dace commit 35e1640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: matrix.os == 'ubuntu-latest'
4343
run: |
4444
sudo apt-get update
45-
sudo apt-get install -y libglu1-mesa-dev libgl1-mesa-glx build-essential
45+
sudo apt-get install -y libglu1-mesa-dev libgl1-mesa-dev build-essential
4646
4747
# Step 4: Install dependencies using pip
4848
- name: Install dependencies

0 commit comments

Comments
 (0)