Skip to content

Commit f700344

Browse files
committed
remove freeglut3 install
1 parent fc64a5a commit f700344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install PySide6 apt Requirements
3232
run: |
3333
sudo apt update
34-
sudo apt install libopengl0 freeglut3 freeglut3-dev libxcb-icccm4 libxkbcommon-x11-0 libxcb-xkb1 libxcb-render-util0 libxcb-randr0 libxcb-keysyms1 libxcb-image0 libxcb-shape0-dev libxcb-cursor-dev -y
34+
sudo apt install libopengl0 freeglut3-dev libxcb-icccm4 libxkbcommon-x11-0 libxcb-xkb1 libxcb-render-util0 libxcb-randr0 libxcb-keysyms1 libxcb-image0 libxcb-shape0-dev libxcb-cursor-dev -y
3535
if: ${{ startsWith(matrix.os, 'ubuntu') }}
3636

3737
- name: Install Python Dependencies

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install PySide6 requirements
3535
run: |
3636
sudo apt update
37-
sudo apt install libopengl0 freeglut3 freeglut3-dev -y
37+
sudo apt install libopengl0 freeglut3-dev -y
3838
3939
- name: Install requirements
4040
run: |

0 commit comments

Comments
 (0)