Skip to content

Commit f7111fe

Browse files
Fix CI build errors for Linux and macOS
- Replace libgl1-mesa-glx with libgl1 for newer Ubuntu - Add imageio package for macOS icon conversion
1 parent c7f7e03 commit f7111fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install system dependencies
107107
run: |
108108
sudo apt-get update
109-
sudo apt-get install -y libgl1-mesa-glx libglib2.0-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxkbcommon-x11-0 libdbus-1-3 libegl1
109+
sudo apt-get install -y libgl1 libglib2.0-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxkbcommon-x11-0 libdbus-1-3 libegl1
110110
111111
- name: Install Python dependencies
112112
run: |
@@ -165,7 +165,7 @@ jobs:
165165
run: |
166166
python -m pip install --upgrade pip
167167
pip install -r requirements.txt
168-
pip install nuitka
168+
pip install nuitka imageio
169169
170170
- name: Build with Nuitka
171171
run: |

0 commit comments

Comments
 (0)