Skip to content

Commit d03669a

Browse files
default enable_rust to false (again)
1 parent 2d172ea commit d03669a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ inputs:
8888
# Rust
8989
enable_rust:
9090
description: "enables the rust part of the action"
91-
default: true
91+
default: false
9292
required: true
9393

9494
runs:

0 commit comments

Comments
 (0)