File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ jobs: # a collection of steps
7474
7575 - run :
7676 name : Bundle Install.pre - install mathematical for 'asciidoctor-mathematical' gem
77- command : cd book/config && bundle check --path vendor/bundle || 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
77+ command : cd book/config && bundle check --path vendor/bundle || ( 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 )
7878
7979 - run :
8080 name : Bundle Install.pre - install GraphicsMagick for 'prawn-gmagick' gem
81- command : cd book/config && bundle check --path vendor/bundle || sudo apt-get -qq -y install graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat
81+ command : cd book/config && bundle check --path vendor/bundle || ( sudo apt-get -qq -y install graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat )
8282
8383 - run :
8484 name : Bundle Install
85- command : cd book/config && bundle check --path vendor/bundle || bundle install --path vendor/bundle
85+ command : cd book/config && bundle check --path vendor/bundle || ( bundle install --path vendor/bundle )
8686
8787 # Store bundle cache
8888 - save_cache :
You can’t perform that action at this time.
0 commit comments