Skip to content

Commit d494123

Browse files
fix: add python311 to path
1 parent 00c4cbd commit d494123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ functions:
6464
# able to compile OpenSSL with assembly support,
6565
# so we revert back to the slower version.
6666
if [ "$OS" == "Windows_NT" ]; then
67+
export PATH="/cygdrive/c/python/Python311/Scripts:/cygdrive/c/python/Python311:/cygdrive/c/Python311/Scripts:/cygdrive/c/Python311:$PATH"
6768
export BOXEDNODE_CONFIGURE_ARGS='openssl-no-asm'
6869
elif uname -a | grep -q 'Darwin.*x86_64'; then
6970
export BOXEDNODE_CONFIGURE_ARGS='--openssl-no-asm'

0 commit comments

Comments
 (0)