File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,15 @@ jobs:
25
25
uses : actions/checkout@v4
26
26
with :
27
27
persist-credentials : false
28
- - name : install mongocrypt
28
+ - name : Install mongocryptd
29
29
run : |
30
+ curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-server-7.0.gpg
31
+ echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-enterprise/7.0 multiverse" | \
32
+ sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
30
33
sudo apt-get update
31
34
sudo apt-get install -y mongodb-enterprise-cryptd
35
+ which mongocryptd
36
+ mongocryptd --version
32
37
- name : install django-mongodb-backend
33
38
run : |
34
39
pip3 install --upgrade pip
You can’t perform that action at this time.
0 commit comments