Skip to content

Commit 464725a

Browse files
committed
Install mongo-tools for release shell script
1 parent 707f0db commit 464725a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
- 27017:27017
122122

123123
steps:
124+
- name: Install mongo-tools
125+
run: sudo apt-get install -y mongo-tools
126+
124127
- name: Checkout
125128
uses: actions/checkout@v3
126129
with:

0 commit comments

Comments
 (0)