Skip to content

Commit f158652

Browse files
committed
fix android fontconfig can't find pre-built freetype
1 parent 021df0f commit f158652

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/fontconfig.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
local-cache: true
2525
- name: Install denpendencies
2626
run: |
27-
./main.sh install -p ios -l 'freetype'
28-
./main.sh install -p tvos -l 'freetype'
29-
./main.sh install -p macos -l 'freetype'
27+
./main.sh install -p android -l 'freetype'
3028
- name: One Step
3129
run: .github/workflows/onestep.sh fontconfig android
3230
env:

0 commit comments

Comments
 (0)