Skip to content

Commit b84a8e0

Browse files
committed
Remove unnecessary build-essential package
1 parent d91f9ae commit b84a8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -e
2020
sudo apt-get -qq install libfreetype6-dev liblcms2-dev python3-tk\
2121
ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
2222
cmake imagemagick libharfbuzz-dev libfribidi-dev\
23-
ninja-build build-essential nasm
23+
ninja-build nasm
2424

2525
python3 -m pip install --upgrade pip
2626
PYTHONOPTIMIZE=0 python3 -m pip install cffi

0 commit comments

Comments
 (0)