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

王良 2024-11-09 12:11:53 +08:00
parent b9323f0e70
commit f9b577ac3a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ jobs:
bash -exc 'ls -lah && \
cd packages/gui && \
ls -lah && \
mkdir /root/.cache/electron && \
mkdir -p /root/.cache/electron && \
chmod u+r /root/.cache/electron && \
apt-get update && \
apt-get install curl -y && \