Skip to content

Commit 6b12e30

Browse files
committedMay 9, 2019
build: last try

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs: # a collection of steps
6666
- ruby-
6767
- run:
6868
name: install mathematical
69-
command: cd book/config && bundle check || sudo apt-get update && sudo apt-get -qq -y install bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev ttf-lyx
69+
command: cd book/config && bundle check || sudo apt-get update && sudo apt-get -qq -y install 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
7070

7171
- run:
7272
name: Bundle Install

0 commit comments

Comments
 (0)
Please sign in to comment.