We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b7eb5 commit fcbe524Copy full SHA for fcbe524
.evergreen/run-mongodb-oidc-test.sh
@@ -8,7 +8,7 @@ if [ ${OIDC_ENV} == "k8s" ]; then
8
SUB_TEST_NAME=$K8S_VARIANT-remote
9
else
10
SUB_TEST_NAME=$OIDC_ENV-remote
11
- apt-get install -y python3-dev build-essential
+ sudo apt-get install -y python3-dev build-essential
12
fi
13
14
bash ./.evergreen/just.sh setup-tests auth_oidc $SUB_TEST_NAME
0 commit comments