Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0909c06 commit 2f7f251Copy full SHA for 2f7f251
1 file changed
.circleci/config.yml
@@ -11,7 +11,8 @@ version: 2
11
apt-run: &apt-install
12
name: Install apt packages
13
command: |
14
- sudo apt-get install \
+ sudo apt-get -qq update
15
+ sudo apt-get install -y \
16
inkscape \
17
libav-tools \
18
dvipng \
0 commit comments