Skip to content

Commit f33ca32

Browse files
default enable_rust to false
Co-authored-by: Michael Pühringer <[email protected]>
1 parent de49797 commit f33ca32

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)