Skip to content

Commit

Permalink
add imagemagick package
Browse files Browse the repository at this point in the history
  • Loading branch information
tiopex committed Oct 24, 2023
1 parent 551c940 commit c26a2c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit c26a2c2

Please sign in to comment.