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 c6595a8 commit 4936d07Copy full SHA for 4936d07
.github/workflows/all.yml
@@ -36,6 +36,12 @@ jobs:
36
env:
37
GH_TOKEN: ${{ github.token }}
38
steps:
39
+ - uses: nttld/setup-ndk@v1
40
+ id: setup-ndk
41
+ with:
42
+ ndk-version: r21e
43
+ add-to-path: true
44
+ local-cache: false
45
- name: Checkout code
46
uses: actions/checkout@v4
47
- name: One Step
@@ -57,6 +63,7 @@ jobs:
57
63
if [[ ${{ inputs.platform }} == anroid ]]; then
58
64
echo '------compile android fontconfig------------------------------------'
59
65
rm -rf build || git reset --hard || git pull origin
66
+ .github/workflows/install-dependencies.sh fontconfig android
60
67
.github/workflows/onestep.sh fontconfig android
61
68
fi
62
69
echo '------compile harfbuzz------------------------------------'
0 commit comments