Skip to content

Commit

Permalink
fix: install specific curl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Feb 12, 2025
1 parent bd95c2c commit 13cd9c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/test-vscode.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/sh
set -x
set -e

# Install necessary packages with specific versions
sudo apt-get update
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

# just to make sure: we are in the mongosh root dir
test -x packages && grep -q '"name": "mongosh"' package.json
npm -v
Expand Down

0 comments on commit 13cd9c3

Please sign in to comment.