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 6db01da commit 4e93e46Copy full SHA for 4e93e46
.github/workflows/release.yml
@@ -123,8 +123,8 @@ jobs:
123
steps:
124
- name: Install mongo-tools
125
run: |
126
- wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.6.1.deb
127
- sudo apt install ./mongodb-database-tools-*-100.6.1.deb
+ wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.6.1.deb
+ sudo apt install ./mongodb-database-tools-*-100.6.1.deb
128
129
- name: Checkout
130
uses: actions/checkout@v3
0 commit comments