Skip to content

Commit 267efc2

Browse files
committed
fix sudo
1 parent cdc9b8c commit 267efc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-mongodb-oidc-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ ${OIDC_ENV} == "k8s" ]; then
88
SUB_TEST_NAME=$K8S_VARIANT-remote
99
else
1010
SUB_TEST_NAME=$OIDC_ENV-remote
11-
apt-get install -y python3-dev build-essential
11+
sudo apt-get install -y python3-dev build-essential
1212
fi
1313

1414
bash ./.evergreen/just.sh setup-tests auth_oidc $SUB_TEST_NAME

0 commit comments

Comments
 (0)