Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dceb278

Browse filesBrowse files
authored
Merge pull request #26848 from QuLogic/circle-update
ci: Don't install recommended packages on Circle
2 parents 1bea95f + ac8ac99 commit dceb278
Copy full SHA for dceb278

File tree

1 file changed

+14
-14
lines changed
Filter options

1 file changed

+14
-14
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+14-14Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@ commands:
4242
- run:
4343
name: Install apt packages
4444
command: |
45-
sudo apt -qq update
46-
sudo apt install -y \
47-
inkscape \
48-
ffmpeg \
45+
sudo apt-get -qq update
46+
sudo apt-get install -yy --no-install-recommends \
47+
cm-super \
4948
dvipng \
49+
ffmpeg \
50+
fonts-crosextra-carlito \
51+
fonts-freefont-otf \
52+
fonts-humor-sans \
53+
fonts-noto-cjk \
54+
fonts-wqy-zenhei \
55+
graphviz \
56+
inkscape \
5057
lmodern \
51-
cm-super \
58+
optipng \
59+
texlive-fonts-recommended \
5260
texlive-latex-base \
5361
texlive-latex-extra \
54-
texlive-fonts-recommended \
5562
texlive-latex-recommended \
5663
texlive-pictures \
57-
texlive-xetex \
58-
ttf-wqy-zenhei \
59-
graphviz \
60-
fonts-crosextra-carlito \
61-
fonts-freefont-otf \
62-
fonts-humor-sans \
63-
fonts-noto-cjk \
64-
optipng
64+
texlive-xetex
6565
6666
fonts-install:
6767
steps:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.