From a0f19f78ca6871683c7b432b4eb8edb400018b84 Mon Sep 17 00:00:00 2001 From: danstarns Date: Sun, 19 Jan 2025 12:31:00 -0800 Subject: [PATCH] refactor: remove gyp configure --- .github/actions/setup-project/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index 069ea16..456a667 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -33,12 +33,6 @@ runs: run: npm install -g node-gyp@11.0.0 shell: bash - - name: Configure node-gyp - run: | - node-gyp configure - node-gyp install - shell: bash - - name: Install dependencies shell: bash run: pnpm install