Skip to content

Commit a9ee638

Browse files
authored
Merge branch 'coder:main' into feature/chart
2 parents d3ebeb4 + 1fa5d50 commit a9ee638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
VSCODE_TARGET: ${{ matrix.vscode_target }}
130130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131131
TAG: ${{ inputs.version || github.ref_name }}
132+
# Ensure native modules are built from source to avoid prebuilds.
133+
npm_config_build_from_source: true
132134

133135
steps:
134136
# The version of node-gyp we use depends on distutils but it was removed

0 commit comments

Comments
 (0)