Skip to content

Commit c7c23bb

Browse files
committed
GH actions: remove libgl1-mesa again
1 parent 891d375 commit c7c23bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
2828
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
2929
libxcb-xinerama0 libxcb-xinput0 graphviz graphviz-dev \
30-
libgl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers \
30+
libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers \
3131
libxcb-cursor0
3232
- name: Install Python dependencies
3333
run: |

.github/workflows/test-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
2525
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
2626
libxcb-xinerama0 libxcb-xinput0 graphviz graphviz-dev \
27-
libgl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers \
27+
libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers \
2828
libxcb-cursor0
2929
- name: Install dependencies
3030
run: |

0 commit comments

Comments
 (0)