File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ jobs:
108108 echo '------compile smb2------------------------------------'
109109 rm -rf build || git reset --hard || git pull origin
110110 .github/workflows/onestep.sh smb2 ${{ inputs.platform }} ${{ inputs.dryrun }}
111+ echo '------compile webp------------------------------------'
112+ rm -rf build || git reset --hard || git pull origin
113+ .github/workflows/onestep.sh webp ${{ inputs.platform }} ${{ inputs.dryrun }}
111114 echo '------compile ffmpeg7------------------------------------'
112115 rm -rf build || git reset --hard || git pull origin
113116 .github/workflows/install-dependencies.sh ffmpeg7 ${{ inputs.platform }}
Original file line number Diff line number Diff line change 6464 - unibreak
6565 - yuv
6666 - xml2
67+ - webp
6768 pull_request :
6869 branches : [master]
6970
You can’t perform that action at this time.
0 commit comments