Skip to content

Commit

Permalink
attempt fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
eavichay committed Sep 19, 2020
1 parent b4d5d19 commit edd214b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Expand Up @@ -6,13 +6,11 @@ jobs:
steps:
- checkout

- prepare: |
- run: |
curl -L -o google-chrome.deb https://s3.amazonaws.com/circle-downloads/google-chrome-stable_current_amd64_47.0.2526.73-1.deb
sudo dpkg -i google-chrome.deb
sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
rm google-chrome.deb
- run: |
export TERM=xterm-256color
source $NVM_DIR/nvm.sh
nvm install v10.16.0
Expand Down

0 comments on commit edd214b

Please sign in to comment.