Skip to content

Commit 5b481fd

Browse files
authored
ci: Unbreak Mac CI by adding jpeg-xl install (#5139)
It must have been among the homebrew packages in the base Mac installation on GHA, until just a couple days ago? Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 70c6fc1 commit 5b481fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build-scripts/install_homebrew_deps.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if [[ "$OIIO_BREW_INSTALL_PACKAGES" == "" ]] ; then
3535
expat \
3636
ffmpeg \
3737
imath \
38+
jpeg-xl \
3839
libheif \
3940
libraw \
4041
libultrahdr \

0 commit comments

Comments
 (0)