From 30d2ed114b329665686833367e8a8648b19fa426 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 23:09:21 +0800 Subject: [PATCH] =?UTF-8?q?24=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=202?= 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 6f879f2d..af15fcbe 100644 --- a/.github/workflows/buildArm64-and-release.yml +++ b/.github/workflows/buildArm64-and-release.yml @@ -91,6 +91,8 @@ jobs: -v ${{ github.workspace }}:/workspace:rw --workdir=/workspace \ --platform linux/arm64 arm64v8/ubuntu:20.04 \ bash -exc 'ls -lah && \ + cd packages/gui && \ + ls -lah && \ apt-get update && \ apt-get install curl -y && \ curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \ @@ -101,8 +103,6 @@ jobs: node -p "process.arch" && \ node -v && \ npm -v && \ - cd packages/gui && \ - ls -lah && \ npm run electron:build && \ cd dist_electron && \ ls -lah && \