We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021df0f commit f158652Copy full SHA for f158652
.github/workflows/fontconfig.yml
@@ -24,9 +24,7 @@ jobs:
24
local-cache: true
25
- name: Install denpendencies
26
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'
+ ./main.sh install -p android -l 'freetype'
30
- name: One Step
31
run: .github/workflows/onestep.sh fontconfig android
32
env:
0 commit comments