Skip to content

Commit 971e73d

Browse files
authored
Update install-dependencies.sh
1 parent d9ab034 commit 971e73d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/install-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ case $LIB_NAME in
1818
./main.sh install -l 'harfbuzz fribidi unibreak' -p macos
1919
else
2020
./main.sh install -l 'harfbuzz fribidi unibreak' -p $PLAT
21+
./main.sh install -l 'harfbuzz fribidi unibreak fontconfig' -p android
2122
fi
2223
;;
2324
bluray)
@@ -101,4 +102,4 @@ case $LIB_NAME in
101102
;;
102103
yuv)
103104
;;
104-
esac
105+
esac

0 commit comments

Comments
 (0)