(MODE-11356) Fixing build.
This commit is contained in:
parent
0fd3af6fed
commit
27b4114ce7
1 changed files with 3 additions and 3 deletions
|
|
@ -11,12 +11,12 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Setup and run npm
|
name: Setup and run npm
|
||||||
command: |
|
command: |
|
||||||
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
|
apt install -y apt-transport-https \
|
||||||
sudo apt install -y apt-transport-https \
|
|
||||||
build-essential python libcairo2-dev \
|
build-essential python libcairo2-dev \
|
||||||
libgles2-mesa-dev libgbm-dev libllvm3.9 libprotobuf-dev \
|
libgles2-mesa-dev libgbm-dev libllvm3.9 libprotobuf-dev \
|
||||||
libxxf86vm-dev libjpeg-dev xvfb nodejs \
|
libxxf86vm-dev libjpeg-dev xvfb nodejs \
|
||||||
heat-cfntools software-properties-common
|
heat-cfntools software-properties-common curl
|
||||||
|
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
|
||||||
npm install
|
npm install
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue