Skip to content

Commit e04ed8a

Browse files
committed
#2279 Update mesa libraries for new ubuntu version
1 parent e346cb9 commit e04ed8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Mesa3D
7272
run: |
7373
sudo apt-get update
74-
sudo apt-get install -y mesa-utils libgl1-mesa-dri libgl1-mesa-glx xvfb
74+
sudo apt-get install -y mesa-utils libgl1-mesa-dri libgl1 libglx-mesa0 xvfb
7575
- name: Set environment variables for Mesa3D
7676
run: |
7777
echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV

0 commit comments

Comments
 (0)