Skip to content

Commit bbee640

Browse files
authored
Disable rust for node builds
1 parent 44f0404 commit bbee640

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ jobs:
149149
with:
150150
enable_node: true
151151
enable_python: false
152-
enable_rust: ${{ inputs.rust_enable }}
152+
# We probably won't need Rust on Node builds...
153+
# enable_rust: ${{ inputs.rust_enable }}
153154
run_parallel: ${{ inputs.run_parallel }}
154155
node_version: ${{ secrets.NODE_VERSION || env.NODE_VERSION }}
155156
npm_registry: ${{ env.NPM_REGISTRY }}

0 commit comments

Comments
 (0)