File tree Expand file tree Collapse file tree 3 files changed +16
-14
lines changed
Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1+ brew "aom"
2+ brew "dav1d"
3+ brew "freetype"
4+ brew "ghostscript"
5+ brew "jpeg-turbo"
6+ brew "libimagequant"
7+ brew "libraqm"
8+ brew "libtiff"
9+ brew "little-cms2"
10+ brew "openjpeg"
11+ brew "rav1e"
12+ brew "svt-av1"
13+ brew "webp"
Original file line number Diff line number Diff line change 22
33set -e
44
5- brew install \
6- aom \
7- dav1d \
8- freetype \
9- ghostscript \
10- jpeg-turbo \
11- libimagequant \
12- libraqm \
13- libtiff \
14- little-cms2 \
15- openjpeg \
16- rav1e \
17- svt-av1 \
18- webp
5+ brew bundle --file=.github/workflows/Brewfile
196export PKG_CONFIG_PATH=" /usr/local/opt/openblas/lib/pkgconfig"
207
218python3 -m pip install coverage
Original file line number Diff line number Diff line change 4848 args : [--allow-multiple-documents]
4949 - id : end-of-file-fixer
5050 exclude : ^Tests/images/
51+ - id : file-contents-sorter
52+ files : .github/workflows/Brewfile
5153 - id : trailing-whitespace
5254 exclude : ^\.github/.*TEMPLATE|^Tests/(fonts|images)/
5355
You can’t perform that action at this time.
0 commit comments