feat(script): add freetype install requirements (#5155)

This commit is contained in:
Benign X
2024-01-02 15:05:36 +08:00
committed by GitHub
parent 3664f35364
commit 1563a2cce8

View File

@@ -6,4 +6,4 @@
# #
# Note: This script is run by the CI workflows. # Note: This script is run by the CI workflows.
sudo apt update sudo apt update
sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake libjpeg-turbo8-dev sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake libjpeg-turbo8-dev libfreetype6-dev