Skip to content

Commit e75cec2

Browse files
committed
[ga/macos-13] Add brew install jpeg
1 parent 66b4069 commit e75cec2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ jobs:
230230
HOMEBREW_NO_AUTO_UPDATE=1 brew install mesa-glu
231231
# since macos-14, we need to install GL/gl.h for mesalib-glw and X11 for xquartz
232232
HOMEBREW_NO_AUTO_UPDATE=1 brew install mesalib-glw xquartz
233+
# since macos-13, we need to install jpeg
234+
HOMEBREW_NO_AUTO_UPDATE=1 brew install jpeg
233235
./.travis-osx.sh
234236
- name: Cleanup some brew downloads
235237
run: cd ${{ steps.brew-cache.outputs.dir }} && ls -lsS | head -n 10 | awk '{ print $10 }' | xargs rm -rf

0 commit comments

Comments
 (0)