File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,12 @@ jobs: # a collection of steps
6565 - ruby-{{ checksum "book/config/Gemfile.lock" }}
6666 - ruby-
6767 - run :
68- name : install mathematical
69- command : cd book/config && bundle check || sudo apt-get update && sudo apt-get -qq -y install cmake bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev ttf-lyx && MATHEMATICAL_USE_SYSTEM_LASEM=1 gem install mathematical
68+ name : install mathematical for 'asciidoctor-mathematical' gem
69+ command : cd book/config && bundle check || sudo apt-get update && sudo apt-get -qq -y install cmake bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev ttf-lyx
70+
71+ - run :
72+ name : install GraphicsMagick for 'prawn-gmagick' gem
73+ command : cd book/config && bundle check || sudo apt-get -qq -y install python-software-properties software-properties-common && sudo add-apt-repository ppa:rwky/graphicsmagick && sudo apt-get update && sudo apt-get install graphicsmagick
7074
7175 - run :
7276 name : Bundle Install
You can’t perform that action at this time.
0 commit comments