We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3ebeb4 + 1fa5d50 commit a9ee638Copy full SHA for a9ee638
.github/workflows/release.yaml
@@ -129,6 +129,8 @@ jobs:
129
VSCODE_TARGET: ${{ matrix.vscode_target }}
130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131
TAG: ${{ inputs.version || github.ref_name }}
132
+ # Ensure native modules are built from source to avoid prebuilds.
133
+ npm_config_build_from_source: true
134
135
steps:
136
# The version of node-gyp we use depends on distutils but it was removed
0 commit comments