From c560af29f83c3109edc47e897abc1d544bbb8fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Thu, 15 Jun 2023 10:44:48 +0200 Subject: [PATCH] debug --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 594e439..e824a4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: find . -name '*pty.node' -print0 | xargs -0 file env npm_config_target_arch=arm64 npm_config_arch=arm64 npx --yes --package npm@^9.6.7 npm rebuild --verbose node-pty@0.10.1 find . -name '*pty.node' -print0 | xargs -0 file - env npm_config_target_arch=arm64 npm_config_arch=arm64 npx @electro/rebuild -f -a amd64 + env npm_config_target_arch=arm64 npm_config_arch=arm64 npx @electron/rebuild -f -a amd64 find . -name '*pty.node' -print0 | xargs -0 file exit 0