@@ -62,11 +62,11 @@ jobs:
6262 fi
6363 echo '------compile harfbuzz------------------------------------'
6464 rm -rf build || git reset --hard || git pull origin
65- .github/workflows/install-denpendencies .sh harfbuzz ${{ inputs.platform }}
65+ .github/workflows/install-dependencies .sh harfbuzz ${{ inputs.platform }}
6666 .github/workflows/onestep.sh harfbuzz ${{ inputs.platform }}
6767 echo '------compile ass------------------------------------'
6868 rm -rf build || git reset --hard || git pull origin
69- .github/workflows/install-denpendencies .sh ass ${{ inputs.platform }}
69+ .github/workflows/install-dependencies .sh ass ${{ inputs.platform }}
7070 .github/workflows/onestep.sh ass ${{ inputs.platform }}
7171 echo '------compile opus------------------------------------'
7272 rm -rf build || git reset --hard || git pull origin
7979 .github/workflows/onestep.sh dvdread ${{ inputs.platform }}
8080 echo '------compile bluray------------------------------------'
8181 rm -rf build || git reset --hard || git pull origin
82- .github/workflows/install-denpendencies .sh fontconfig ${{ inputs.platform }}
82+ .github/workflows/install-dependencies .sh fontconfig ${{ inputs.platform }}
8383 .github/workflows/onestep.sh bluray ${{ inputs.platform }}
8484 echo '------compile dav1d------------------------------------'
8585 rm -rf build || git reset --hard || git pull origin
9292 .github/workflows/onestep.sh smb2 ${{ inputs.platform }}
9393 echo '------compile ffmpeg------------------------------------'
9494 rm -rf build || git reset --hard || git pull origin
95- .github/workflows/install-denpendencies .sh ffmpeg ${{ inputs.platform }}
95+ .github/workflows/install-dependencies .sh ffmpeg ${{ inputs.platform }}
9696 .github/workflows/onestep.sh ffmpeg ${{ inputs.platform }}
9797 env :
9898 ANDROID_NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
0 commit comments