Skip to content

Commit e9bda60

Browse files
authored
Merge pull request #398 from k-okada/fix_circleci
apt-get update before apt-get install
2 parents a0422c8 + 0cbe52e commit e9bda60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ references:
44
setup-tex: &setup-tex
55
run:
66
name: Setup TeX
7-
command: sudo apt-get install -qq -y texlive-latex-base ptex-bin latex2html nkf poppler-utils
7+
command: |-
8+
sudo apt-get update
9+
sudo apt-get install -qq -y texlive-latex-base ptex-bin latex2html nkf poppler-utils
810
setup-eus: &setup-eus
911
run:
1012
name: Setup EusLisp

0 commit comments

Comments
 (0)