@@ -34,17 +34,17 @@ jobs:
3434 .github/workflows/onestep.sh freetype all
3535 echo '------compile harfbuzz------------------------------------'
3636 rm -rf build || git reset --hard || git pull origin
37- ./main.sh install -p ios - l 'freetype'
38- ./main.sh install -p tvos - l 'freetype'
39- ./main.sh install -p macos - l 'freetype'
40- ./main.sh install -p android - l 'freetype'
37+ ./main.sh install -l 'freetype' -p ios
38+ ./main.sh install -l 'freetype' -p tvos
39+ ./main.sh install -l 'freetype' -p macos
40+ ./main.sh install -l 'freetype' -p android
4141 .github/workflows/onestep.sh harfbuzz all
4242 echo '------compile ass------------------------------------'
4343 rm -rf build || git reset --hard || git pull origin
44- ./main.sh install -p ios - l 'harfbuzz fribidi unibreak'
45- ./main.sh install -p tvos - l 'harfbuzz fribidi unibreak'
46- ./main.sh install -p macos - l 'harfbuzz fribidi unibreak'
47- ./main.sh install -p android - l 'harfbuzz fribidi unibreak fontconfig'
44+ ./main.sh install -l 'harfbuzz fribidi unibreak' -p ios
45+ ./main.sh install -l 'harfbuzz fribidi unibreak' -p tvos
46+ ./main.sh install -l 'harfbuzz fribidi unibreak' -p macos
47+ ./main.sh install -l 'harfbuzz fribidi unibreak fontconfig' -p android
4848 .github/workflows/onestep.sh ass all
4949 echo '------compile opus------------------------------------'
5050 rm -rf build || git reset --hard || git pull origin
6969 .github/workflows/onestep.sh smb2 all
7070 echo '------compile ffmpeg------------------------------------'
7171 rm -rf build || git reset --hard || git pull origin
72- ./main.sh install -p ios - l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
73- ./main.sh install -p tvos - l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
74- ./main.sh install -p macos - l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
75- ./main.sh install -p android - l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
72+ ./main.sh install -l 'openssl opus dav1d dvdread uavs3d smb2 bluray' -p ios
73+ ./main.sh install -l 'openssl opus dav1d dvdread uavs3d smb2 bluray' -p tvos
74+ ./main.sh install -l 'openssl opus dav1d dvdread uavs3d smb2 bluray' -p macos
75+ ./main.sh install -l 'openssl opus dav1d dvdread uavs3d smb2 bluray' -p android
7676 .github/workflows/onestep.sh ffmpeg all
0 commit comments