Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
- продолжаем исправлять проблемы с wget (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Sep 30, 2017
1 parent b8005ff commit 6d17ae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d17ae0

Please sign in to comment.