Skip to content

Commit f9df496

Browse files
committed
MacOS include libjpeg explicitly
1 parent c1eb977 commit f9df496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Install and package
197197
run: |
198198
# git is already installed
199-
brew install pygobject3 gtk+3 python@3.11 gtksourceview4 adwaita-icon-theme sdl cmake
199+
brew install pygobject3 gtk+3 python@3.11 gtksourceview4 adwaita-icon-theme sdl cmake libjpeg
200200
PATH=/usr/local/opt/python@3.11/bin:/usr/local/bin:$PATH
201201
202202

0 commit comments

Comments
 (0)