33:先install好,再进arm64的容器进行build(容器以root用户运行)

王良 2024-11-09 22:48:45 +08:00
parent 495f99b0d4
commit d95684d63a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
echo "======================================================================";
echo "lerna bootstrap --npm-client=yarn";
echo "--------------------";
lerna bootstrap --npm-client=yarn --unsafe-perm=true --allow-root;
lerna bootstrap --npm-client=yarn;
- name: "Set up QEMU"
id: qemu