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 565832a commit 9030db6Copy full SHA for 9030db6
.github/workflows/system-libs.yml
@@ -22,6 +22,14 @@ jobs:
22
with:
23
version: 2.0.1
24
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
+
33
- name: "Build Driver"
34
id: build-driver
35
uses: ./.github/actions/linux/build
0 commit comments