Skip to content

Commit

Permalink
Fix CI (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
reibitto authored May 17, 2020
1 parent 9f0b40d commit 6ec5b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ install_yarn: &install_yarn
- run:
name: Install Yarn
command: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 78BD65473CB3BD13
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5DC22404A6F9F1CA
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
sudo bash -c 'echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list'
sudo apt update && sudo apt install yarn -y
Expand Down

0 comments on commit 6ec5b73

Please sign in to comment.