Skip to content

Commit 9030db6

Browse files
committed
Install libmongocrypt as system library
1 parent 565832a commit 9030db6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/system-libs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
with:
2323
version: 2.0.1
2424

25+
- name: "Install libmongocrypt"
26+
shell: bash
27+
run: |
28+
sudo sh -c 'curl -s --location https://pgp.mongodb.com/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'
29+
echo "deb https://libmongocrypt.s3.amazonaws.com/apt/ubuntu noble/libmongocrypt/1.14 universe" | sudo tee /etc/apt/sources.list.d/libmongocrypt.list
30+
sudo apt-get update
31+
sudo apt-get install -y libmongocrypt-dev
32+
2533
- name: "Build Driver"
2634
id: build-driver
2735
uses: ./.github/actions/linux/build

0 commit comments

Comments
 (0)