From a1b1818226e2fed43006da32eb4858d7464b7fd6 Mon Sep 17 00:00:00 2001 From: JoelTrain Date: Fri, 26 Aug 2022 11:02:23 -0500 Subject: [PATCH] add comment for possible helpful step --- .github/workflows/build-for-windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-for-windows.yml b/.github/workflows/build-for-windows.yml index 2c8e1815ab..e3c3d4f926 100644 --- a/.github/workflows/build-for-windows.yml +++ b/.github/workflows/build-for-windows.yml @@ -44,6 +44,10 @@ jobs: - name: Set MSVC version run: npm config set msvs_version 2022 + # This might be helpful for issues building node-gyp modules on Windows. + # - name: Set up npm Windows build tools + # run: yarn install -g windows-build-tools + - name: Update node-gyp run: | $WhereNode = Get-Command node | Select-Object -ExpandProperty Definition