From 808a6dd56763ab86c1648f0a5941144e33dd8f88 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:02:41 +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?= 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, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildArm64-and-release.yml b/.github/workflows/buildArm64-and-release.yml index 561184b4..6f879f2d 100644 --- a/.github/workflows/buildArm64-and-release.yml +++ b/.github/workflows/buildArm64-and-release.yml @@ -99,7 +99,7 @@ jobs: apt install python3 -y && \ npm config list && \ node -p "process.arch" && \ - lerna -v && \ + node -v && \ npm -v && \ cd packages/gui && \ ls -lah && \