From ba9d106c210336ea27bb54569c889f9a9b2d3868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Thu, 15 Jun 2023 10:52:08 +0200 Subject: [PATCH] debug --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7952265..bcd71ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,13 +56,8 @@ jobs: if [ "$RUNNER_OS" == "Windows" ]; then npx nx run open-lens:build:app --win nsis msi portable elif [ "$RUNNER_OS" == "Linux" ]; then - env npm_config_target_arch=arm64 npm_config_arch=arm64 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 --yes --package npm@^9.6.7 npm rebuild --debug node-pty@0.10.1 - find . -name '*pty.node' -print0 | xargs -0 file - env npm_config_target_arch=aarch64 npm_config_arch=aarch64 npm rebuild --verbose node-pty@0.10.1 - find . -name '*pty.node' -print0 | xargs -0 file - env npm_config_target_arch=aarch64 npm_config_arch=aarch64 npx --yes --package npm@^9.6.7 npm rebuild --debug node-pty@0.10.1 + env npm_config_target_arch=arm64 npm_config_arch=arm64 npx --yes --package npm@^9.6.7 npm rebuild -w open-lens --debug node-pty@0.10.1 find . -name '*pty.node' -print0 | xargs -0 file env npm_config_target_arch=arm64 npm_config_arch=arm64 npx @electron/rebuild -f -a amd64 find . -name '*pty.node' -print0 | xargs -0 file