Skip to content

Commit 0aa901c

Browse files
committed
set openssl as all workflow first lib
1 parent bc30a38 commit 0aa901c

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/all.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -46,37 +46,37 @@ 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
64-
echo '------compile android fontconfig------------------------------------'
65-
rm -rf build || git reset --hard || git pull origin
66-
.github/workflows/install-dependencies.sh fontconfig android
67-
.github/workflows/onestep.sh fontconfig android
68-
fi
69-
echo '------compile harfbuzz------------------------------------'
70-
rm -rf build || git reset --hard || git pull origin
71-
.github/workflows/install-dependencies.sh harfbuzz ${{ inputs.platform }}
72-
.github/workflows/onestep.sh harfbuzz ${{ inputs.platform }}
73-
echo '------compile ass------------------------------------'
74-
rm -rf build || git reset --hard || git pull origin
75-
.github/workflows/install-dependencies.sh ass ${{ inputs.platform }}
76-
.github/workflows/onestep.sh ass ${{ inputs.platform }}
77-
echo '------compile opus------------------------------------'
78-
rm -rf build || git reset --hard || git pull origin
79-
.github/workflows/onestep.sh opus ${{ 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 }}
63+
# if [[ ${{ inputs.platform }} == anroid ]]; then
64+
# echo '------compile android fontconfig------------------------------------'
65+
# rm -rf build || git reset --hard || git pull origin
66+
# .github/workflows/install-dependencies.sh fontconfig android
67+
# .github/workflows/onestep.sh fontconfig android
68+
# fi
69+
# echo '------compile harfbuzz------------------------------------'
70+
# rm -rf build || git reset --hard || git pull origin
71+
# .github/workflows/install-dependencies.sh harfbuzz ${{ inputs.platform }}
72+
# .github/workflows/onestep.sh harfbuzz ${{ inputs.platform }}
73+
# echo '------compile ass------------------------------------'
74+
# rm -rf build || git reset --hard || git pull origin
75+
# .github/workflows/install-dependencies.sh ass ${{ inputs.platform }}
76+
# .github/workflows/onestep.sh ass ${{ inputs.platform }}
77+
# echo '------compile opus------------------------------------'
78+
# rm -rf build || git reset --hard || git pull origin
79+
# .github/workflows/onestep.sh opus ${{ inputs.platform }}
8080
echo '------compile openssl------------------------------------'
8181
rm -rf build || git reset --hard || git pull origin
8282
.github/workflows/onestep.sh openssl ${{ inputs.platform }}

0 commit comments

Comments
 (0)