From ff855b57d510ad3f450f1d7ba0a8f61d8ec8590d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Fri, 8 Nov 2024 22:56:34 +0800 Subject: [PATCH] =?UTF-8?q?23=EF=BC=9A=E5=B0=9D=E8=AF=95=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=AE=BF=E4=B8=BB=E6=9C=BA=E7=9A=84=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=92=8Cnpm=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildArm64-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildArm64-and-release.yml b/.github/workflows/buildArm64-and-release.yml index f7ee631..561184b 100644 --- a/.github/workflows/buildArm64-and-release.yml +++ b/.github/workflows/buildArm64-and-release.yml @@ -90,7 +90,8 @@ jobs: docker run --rm \ -v ${{ github.workspace }}:/workspace:rw --workdir=/workspace \ --platform linux/arm64 arm64v8/ubuntu:20.04 \ - bash -exc 'apt-get update && \ + bash -exc 'ls -lah && \ + apt-get update && \ apt-get install curl -y && \ curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \ apt-get install -y nodejs gcc g++ make && \ @@ -100,7 +101,6 @@ jobs: node -p "process.arch" && \ lerna -v && \ npm -v && \ - ls -lah && \ cd packages/gui && \ ls -lah && \ npm run electron:build && \