Skip to content

Commit 685f0ba

Browse files
committed
restore all task
1 parent 9e4bfbe commit 685f0ba

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/all.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)