Skip to content

Commit 0cb6599

Browse files
committed
fixup: proper yaml
1 parent 3c41980 commit 0cb6599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# 8.0.5 due to us having macos-13 in the platform support list, SERVER-101020
2525
env:
2626
# MONGOSH-1216, MONGOSH-1120
27-
MONGOSH_NO_AUTOMATIC_ENCRYPTION_SUPPORT=1
27+
MONGOSH_NO_AUTOMATIC_ENCRYPTION_SUPPORT: 1
2828
run: npx --yes mongodb-runner --version 8.0.5-enterprise -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'
2929

3030
- name: Report failure

0 commit comments

Comments
 (0)