|
|
@ -94,6 +94,8 @@ jobs:
|
|
|
|
bash -exc 'ls -lah && \
|
|
|
|
bash -exc 'ls -lah && \
|
|
|
|
cd packages/gui && \
|
|
|
|
cd packages/gui && \
|
|
|
|
ls -lah && \
|
|
|
|
ls -lah && \
|
|
|
|
|
|
|
|
mkdir /root/.cache/electron && \
|
|
|
|
|
|
|
|
chmod u+r /root/.cache/electron && \
|
|
|
|
apt-get update && \
|
|
|
|
apt-get update && \
|
|
|
|
apt-get install curl -y && \
|
|
|
|
apt-get install curl -y && \
|
|
|
|
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
|
|
|
|
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
|
|
|
|