@@ -46,21 +46,21 @@ jobs:
4646 uses : actions/checkout@v4
4747 - name : One Step
4848 run : |
49- echo '------compile yuv------------------------------------'
50- .github/workflows/onestep.sh yuv ${{ inputs.platform }}
51- echo '------compile soundtouch------------------------------------'
52- rm -rf build || git reset --hard || git pull origin
53- .github/workflows/onestep.sh soundtouch ${{ inputs.platform }}
54- echo '------compile unibreak------------------------------------'
55- rm -rf build || git reset --hard || git pull origin
56- .github/workflows/onestep.sh unibreak ${{ inputs.platform }}
57- echo '------compile fribidi------------------------------------'
58- rm -rf build || git reset --hard || git pull origin
59- .github/workflows/onestep.sh fribidi ${{ inputs.platform }}
60- echo '------compile freetype------------------------------------'
61- rm -rf build || git reset --hard || git pull origin
62- .github/workflows/onestep.sh freetype ${{ inputs.platform }}
63- if [[ ${{ inputs.platform }} == anroid ]]; then
49+ # echo '------compile yuv------------------------------------'
50+ # .github/workflows/onestep.sh yuv ${{ inputs.platform }}
51+ # echo '------compile soundtouch------------------------------------'
52+ # rm -rf build || git reset --hard || git pull origin
53+ # .github/workflows/onestep.sh soundtouch ${{ inputs.platform }}
54+ # echo '------compile unibreak------------------------------------'
55+ # rm -rf build || git reset --hard || git pull origin
56+ # .github/workflows/onestep.sh unibreak ${{ inputs.platform }}
57+ # echo '------compile fribidi------------------------------------'
58+ # rm -rf build || git reset --hard || git pull origin
59+ # .github/workflows/onestep.sh fribidi ${{ inputs.platform }}
60+ # echo '------compile freetype------------------------------------'
61+ # rm -rf build || git reset --hard || git pull origin
62+ # .github/workflows/onestep.sh freetype ${{ inputs.platform }}
63+ if [[ ${{ inputs.platform }} == android ]]; then
6464 echo '------compile android fontconfig------------------------------------'
6565 rm -rf build || git reset --hard || git pull origin
6666 .github/workflows/install-dependencies.sh fontconfig android
@@ -101,4 +101,4 @@ jobs:
101101 .github/workflows/install-dependencies.sh ffmpeg ${{ inputs.platform }}
102102 .github/workflows/onestep.sh ffmpeg ${{ inputs.platform }}
103103 env :
104- ANDROID_NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
104+ ANDROID_NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
0 commit comments