From 6d17ae017c814ae29db8c9471fa5f174efd6d9f6 Mon Sep 17 00:00:00 2001 From: "Sergey S. Betke" Date: Sun, 1 Oct 2017 02:19:06 +0300 Subject: [PATCH] =?UTF-8?q?-=20=D0=BF=D1=80=D0=BE=D0=B4=D0=BE=D0=BB=D0=B6?= =?UTF-8?q?=D0=B0=D0=B5=D0=BC=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D1=82=D1=8C=20=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC?= =?UTF-8?q?=D1=8B=20=D1=81=20wget=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c98325c8..090f923f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,8 +11,9 @@ jobs: - run: name: Install tools command: | + sudo apt-get update -y sudo apt-get install -y make ghostscript - sudo apt-get install -y --fix-missing libunwind8 libicu52 wget + sudo apt-get install -y libunwind8 libicu52 wget wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb