From 2c490e86ddaee222b8eae61370c43e78f6983387 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Thu, 29 Sep 2016 01:09:51 -0500 Subject: [PATCH] update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 33c6909..4aa920e 100644 --- a/circle.yml +++ b/circle.yml @@ -12,7 +12,7 @@ dependencies: gnome-common python3-pip # use the repository from xenial to get libwebkit2gtk-4.0-dev - - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ xenial main universe" + - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ yakkety main universe" - sudo apt-get update # ignore the error during the installation - sudo DEBIAN_FRONTEND=noninteractive apt-get install -y ninja-build libwebkit2gtk-4.0-dev || true