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 fa80c58 commit 3c5238fCopy full SHA for 3c5238f
1 file changed
.github/workflows/run-tests.yml
@@ -24,6 +24,10 @@ jobs:
24
sudo apt-get update
25
sudo apt-get install -y mongodb-mongosh
26
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
31
- name: Install D compiler
32
uses: mihails-strasuns/setup-dlang@v1
33
with:
0 commit comments