Skip to content

Commit

Permalink
Fixing Chromium.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Sep 25, 2019
1 parent bbec467 commit ec5874c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ jobs:
METEOR_ALLOW_SUPERUSER: true
steps:
- checkout
- run:
command: |
apt-get update -q -q
apt-get --yes --force-yes install wget
wget http://launchpadlibrarian.net/413897613/chromium-codecs-ffmpeg-extra_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
wget http://launchpadlibrarian.net/413897611/chromium-browser_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
wget http://launchpadlibrarian.net/413897612/chromium-chromedriver_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
dpkg -i chromium-browser_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb chromium-codecs-ffmpeg-extra_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb chromium-chromedriver_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
rm -f *.deb
- run:
command: |
git clone --recursive -b master https://github.com/meteor/meteor.git
Expand Down

0 comments on commit ec5874c

Please sign in to comment.