Skip to content

Commit 13cd9c3

Browse files
committed
fix: install specific curl packages
1 parent bd95c2c commit 13cd9c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing/test-vscode.sh

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/bin/sh
22
set -x
33
set -e
4+
5+
# Install necessary packages with specific versions
6+
sudo apt-get update
7+
sudo apt-get install -y curl=7.68.0-1ubuntu2.22 libcurl4=7.68.0-1ubuntu2.22 libcurl4-openssl-dev=7.68.0-1ubuntu2.22
8+
49
# just to make sure: we are in the mongosh root dir
510
test -x packages && grep -q '"name": "mongosh"' package.json
611
npm -v

0 commit comments

Comments
 (0)