Skip to content

Commit

Permalink
PLANET-5484 Add openssh and g++ too
Browse files Browse the repository at this point in the history
  • Loading branch information
Inwerpsel committed Sep 23, 2020
1 parent 7468583 commit 0c2c2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- image: mhart/alpine-node
steps:
- checkout
- run: apk add curl zip git jq python make
- run: apk add curl zip git openssh jq python make g++
- run: git submodule init && git submodule update
- run: PUPPETEER_SKIP_DOWNLOAD=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci
- run: npm run build
Expand Down

0 comments on commit 0c2c2da

Please sign in to comment.