From b9323f0e7025452ae253c9664cb06d6d87a6f956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Sat, 9 Nov 2024 11:49:13 +0800 Subject: [PATCH] =?UTF-8?q?26=EF=BC=9A=E5=85=88install=E5=A5=BD=EF=BC=8C?= =?UTF-8?q?=E5=86=8D=E8=BF=9Barm64=E7=9A=84=E5=AE=B9=E5=99=A8=E8=BF=9B?= =?UTF-8?q?=E8=A1=8Cbuild=EF=BC=88=E5=AE=B9=E5=99=A8=E4=BB=A5root=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E8=BF=90=E8=A1=8C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildArm64-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/buildArm64-and-release.yml b/.github/workflows/buildArm64-and-release.yml index 77d20345..2b27369f 100644 --- a/.github/workflows/buildArm64-and-release.yml +++ b/.github/workflows/buildArm64-and-release.yml @@ -94,6 +94,8 @@ jobs: bash -exc 'ls -lah && \ cd packages/gui && \ ls -lah && \ + mkdir /root/.cache/electron && \ + chmod u+r /root/.cache/electron && \ apt-get update && \ apt-get install curl -y && \ curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \