build-arm64
王良 2 weeks ago
parent 7f5ff695d5
commit 2b14ca9ed4

@ -44,7 +44,7 @@ jobs:
apt-get install -y nodejs gcc g++ make && \ apt-get install -y nodejs gcc g++ make && \
apt update && \ apt update && \
apt install python3 -y && \ apt install python3 -y && \
npm config set registry https://npm.pkg.github.com && \ npm config set registry https://registry.npmmirror.com/ && \
npm install -g lerna@6 && \ npm install -g lerna@6 && \
npm install -g yarn && \ npm install -g yarn && \
node -p "process.arch" && \ node -p "process.arch" && \

Loading…
Cancel
Save