Skip to content

Commit 2f7f251

Browse files
committed
ci: Update Circle-CI apt cache first.
1 parent 0909c06 commit 2f7f251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ version: 2
1111
apt-run: &apt-install
1212
name: Install apt packages
1313
command: |
14-
sudo apt-get install \
14+
sudo apt-get -qq update
15+
sudo apt-get install -y \
1516
inkscape \
1617
libav-tools \
1718
dvipng \

0 commit comments

Comments
 (0)