Skip to content

Commit e169f62

Browse files
Update apt install
1 parent c70694e commit e169f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
run: |
2424
sudo apt-cache search mesa
2525
sudo apt update
26-
sudo apt install -y libgl1-mesa-glx libgl1-mesa-dev libosmesa6-dev python3-opengl mesa-utils
26+
sudo apt install -y libglx-mesa0 libgl1-mesa-dev libosmesa6-dev python3-opengl mesa-utils
27+
2728
# check if OSMesa is installed
2829
dpkg -L libosmesa6-dev
2930
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)