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 882342f commit e0cd8f5Copy full SHA for e0cd8f5
.circleci/config.yml
@@ -42,6 +42,11 @@ defaults: &defaults
42
43
cat /etc/os-release
44
set -x
45
+ # ------ (2022-10-28) install libssl1.1 since mongo doesn't support Ubuntu 22.04 which has libssl v3
46
+ echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list
47
+ sudo apt-get update
48
+ sudo apt-get install libssl1.1
49
+ # -------
50
wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add -
51
sudo apt-get install gnupg
52
0 commit comments