From 2a5a7a4ff26672eed97b4e78ef74653b9e6b25e4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 29 Mar 2024 06:52:49 +0100 Subject: [PATCH] Update configure.yml --- .github/workflows/configure.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index af29255..586dfff 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -23,8 +23,8 @@ jobs: - run: | node-gyp --version || true # npm config list -l - npm install --global node-gyp - node-gyp --version + # npm install --global node-gyp + # node-gyp --version # npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js # npm config list -l shell: bash @@ -32,8 +32,8 @@ jobs: shell: bash - run: npm test shell: bash - - run: node-gyp configure - shell: bash - - run: node-gyp rebuild - shell: bash + # - run: node-gyp configure + # shell: bash + # - run: node-gyp rebuild + # shell: bash