We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b4069 commit e75cec2Copy full SHA for e75cec2
.github/workflows/config.yml
@@ -230,6 +230,8 @@ jobs:
230
HOMEBREW_NO_AUTO_UPDATE=1 brew install mesa-glu
231
# since macos-14, we need to install GL/gl.h for mesalib-glw and X11 for xquartz
232
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
235
./.travis-osx.sh
236
- name: Cleanup some brew downloads
237
run: cd ${{ steps.brew-cache.outputs.dir }} && ls -lsS | head -n 10 | awk '{ print $10 }' | xargs rm -rf
0 commit comments