From 494d95bbe02f73e55f4cf830b6530bedcb178da6 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 21:42:56 +0800 Subject: [PATCH] =?UTF-8?q?31=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 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/buildArm64-and-release.yml b/.github/workflows/buildArm64-and-release.yml index 86d46b1..11b32b6 100644 --- a/.github/workflows/buildArm64-and-release.yml +++ b/.github/workflows/buildArm64-and-release.yml @@ -93,16 +93,14 @@ jobs: -v ${{ github.workspace }}:/workspace:rw --workdir=/workspace \ --platform linux/arm64 arm64v8/ubuntu:20.04 \ bash -exc 'whoami && \ - ls -lah && \ - cd packages/gui && \ - ls -lah && \ mkdir -p /root/.cache/electron && \ cd /root/.cache && \ - ls -l && \ + ls -lah && \ chmod u+r+x /root/.cache/electron && \ cd /root/.cache && \ - ls -l && \ - cd /workspace && \ + ls -lah && \ + cd /workspace/packages/gui && \ + ls -lah && \ apt-get update && \ apt-get install curl -y && \ curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \