From d30991e14c54a74a80e59638ef00fed20682dd03 Mon Sep 17 00:00:00 2001 From: Ugo Bechameil Date: Wed, 20 Sep 2023 14:45:41 +0200 Subject: [PATCH] Remove debug --- .github/workflows/macos-intel-build-prebuilds.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/macos-intel-build-prebuilds.yml b/.github/workflows/macos-intel-build-prebuilds.yml index bda28eb..8ac0db0 100644 --- a/.github/workflows/macos-intel-build-prebuilds.yml +++ b/.github/workflows/macos-intel-build-prebuilds.yml @@ -37,13 +37,6 @@ jobs: name: modulesToBuildForElectron # Openssl3 and krb5 are already installed on Github host Mac OS runners - name: Install toolkit - run: npm install - - - name: Show repository status - run: echo $PWD - - name: Show repository status - run: ls node_modules - - name: Show repository status - run: cat modulesToBuild.json | jq + run: npm install --no-optional - name: Build native modules on Mac OS x64 run: npm run rebuild-custom-for-target