Skip to content

Commit

Permalink
Merge pull request #456 from k-okada/fix_circleci
Browse files Browse the repository at this point in the history
circle.yml: run apt-get update
  • Loading branch information
k-okada authored Sep 21, 2017
2 parents 3f69f55 + 96b98c3 commit 08e8f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
# - "~/docker"

override:
- sudo apt-get update -q -y
- sudo apt-get install -qq -y git make gcc g++ libjpeg-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng12-dev xfonts-100dpi xfonts-75dpi
- make
- sudo apt-get install -y -qq texlive-binaries texlive-lang-cjk poppler-utils nkf latex2html
Expand Down

0 comments on commit 08e8f15

Please sign in to comment.