Skip to content

Commit 0cbe52e

Browse files
committed
apt-get update before apt-get install
1 parent dc67231 commit 0cbe52e

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)