Skip to content

Commit ac8ac99

Browse files
committed
ci: Don't install recommended packages on Circle
We don't need the optional packages and save a little download/install time.
1 parent 25308bb commit ac8ac99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ commands:
4242
- run:
4343
name: Install apt packages
4444
command: |
45-
sudo apt -qq update
46-
sudo apt install -y \
45+
sudo apt-get -qq update
46+
sudo apt-get install -yy --no-install-recommends \
4747
cm-super \
4848
dvipng \
4949
ffmpeg \

0 commit comments

Comments
 (0)