We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25308bb commit ac8ac99Copy full SHA for ac8ac99
1 file changed
.circleci/config.yml
@@ -42,8 +42,8 @@ commands:
42
- run:
43
name: Install apt packages
44
command: |
45
- sudo apt -qq update
46
- sudo apt install -y \
+ sudo apt-get -qq update
+ sudo apt-get install -yy --no-install-recommends \
47
cm-super \
48
dvipng \
49
ffmpeg \
0 commit comments