Skip to content

Commit 6db01da

Browse files
committed
Install mongo-tools from origin
1 parent 5e186a0 commit 6db01da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ jobs:
122122

123123
steps:
124124
- name: Install mongo-tools
125-
run: sudo apt-get install -y 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
126128

127129
- name: Checkout
128130
uses: actions/checkout@v3

0 commit comments

Comments
 (0)