@@ -46,20 +46,20 @@ 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 }}
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 }}
6363 if [[ ${{ inputs.platform }} == android ]]; then
6464 echo '------compile android fontconfig------------------------------------'
6565 rm -rf build || git reset --hard || git pull origin
0 commit comments