Skip to content

Commit f4d480d

Browse files
committed
fixup: v4 toolchain
1 parent 031ee6c commit f4d480d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen.yml

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ functions:
6666
export BOXEDNODE_CONFIGURE_ARGS='--openssl-no-asm'
6767
fi
6868
69+
if [ "$OS" != "Windows_NT" ]; then
70+
export PATH="/opt/mongodbtoolchain/v4/bin:$PATH"
71+
fi
72+
6973
. .evergreen/use-node.sh
7074
npm run build
7175
TEST_NODE_VERSION="$TEST_NODE_VERSION" npm run test-ci

0 commit comments

Comments
 (0)