Skip to content

Commit fd940fe

Browse files
ci: use toolchain python in windows (#4954)
1 parent b7f54b5 commit fd940fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.evergreen/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ "${OS:-}" = "Windows_NT" ] && [ -n "${NODE_ARTIFACTS_PATH:-}" ]; then
2121
fi
2222
_INSTALL_DEPS_NODE_ARTIFACTS_PATH="${NODE_ARTIFACTS_PATH:-}"
2323

24-
if [ "$NATIVE" = "true" ]; then
24+
if [ "$NATIVE" = "true" ] || [ "${OS:-}" = "Windows_NT" ]; then
2525
# https://github.com/nodejs/node-gyp#configuring-python-dependency
2626
. $DRIVERS_TOOLS/.evergreen/find-python3.sh
2727
NODE_GYP_FORCE_PYTHON=$(find_python3)

0 commit comments

Comments
 (0)