Skip to content

Commit 0555ae3

Browse files
committed
fontconfig workflow not support dryrun bug
1 parent 0968a99 commit 0555ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo '------compile android fontconfig------------------------------------'
6868
rm -rf build || git reset --hard || git pull origin
6969
.github/workflows/install-dependencies.sh fontconfig android
70-
.github/workflows/onestep.sh fontconfig android
70+
.github/workflows/onestep.sh fontconfig android ${{ inputs.dryrun }}
7171
fi
7272
echo '------compile harfbuzz------------------------------------'
7373
rm -rf build || git reset --hard || git pull origin

0 commit comments

Comments
 (0)