Skip to content

Commit 0fb0c07

Browse files
authored
ci: MongoDB 4, 5 CI jobs fail for LTS branch (#9536)
1 parent 5447c22 commit 0fb0c07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ jobs:
211211
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
212212
- name: Install dependencies
213213
run: npm ci
214+
- run: |
215+
if [[ "$MONGODB_VERSION" == "4."* || "$MONGODB_VERSION" == "5."* ]]; then
216+
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
217+
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
218+
fi
214219
- run: npm run pretest
215220
- run: npm run coverage
216221
env:

0 commit comments

Comments
 (0)