Skip to content

Commit 3c5238f

Browse files
committed
[CI: Install mongodb-tools for mongofiles tool]
1 parent fa80c58 commit 3c5238f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
sudo apt-get update
2525
sudo apt-get install -y mongodb-mongosh
2626
mongosh --version
27+
- name: Install mongodb-database-tools
28+
run: |
29+
wget -q -O mongodb-tools.deb https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2404-x86_64-100.14.1.deb
30+
sudo apt-get install ./mongodb-tools.deb
2731
- name: Install D compiler
2832
uses: mihails-strasuns/setup-dlang@v1
2933
with:

0 commit comments

Comments
 (0)