Skip to content

Commit 4936d07

Browse files
committed
all workflow use ndk r21e
1 parent c6595a8 commit 4936d07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/all.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
env:
3737
GH_TOKEN: ${{ github.token }}
3838
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
3945
- name: Checkout code
4046
uses: actions/checkout@v4
4147
- name: One Step
@@ -57,6 +63,7 @@ jobs:
5763
if [[ ${{ inputs.platform }} == anroid ]]; then
5864
echo '------compile android fontconfig------------------------------------'
5965
rm -rf build || git reset --hard || git pull origin
66+
.github/workflows/install-dependencies.sh fontconfig android
6067
.github/workflows/onestep.sh fontconfig android
6168
fi
6269
echo '------compile harfbuzz------------------------------------'

0 commit comments

Comments
 (0)