add imagemagick package

This commit is contained in:
tiopex
2023-10-24 14:29:21 +02:00
parent 551c940091
commit c26a2c2c44

View File

@@ -37,6 +37,7 @@ jobs:
run: |
cd ${{ inputs.submodule || '.' }}
#apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
sudo apt update && sudo apt install -y imagemagick ghostscript fonts-freefont-otf libvips libfreetype6-dev gsfonts libmagickwand-dev
make miyoo_uclibc_defconfig
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}"
@@ -97,6 +98,7 @@ jobs:
run: |
cd ${{ inputs.submodule || '.' }}
#apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
sudo apt update && sudo apt install -y imagemagick ghostscript fonts-freefont-otf libvips libfreetype6-dev gsfonts libmagickwand-dev
make miyoo_musl_defconfig
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}"