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:
2525 uses : actions/checkout@v4
2626 with :
2727 persist-credentials : false
28- - name : install mongocrypt
28+ - name : Install mongocryptd
2929 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
3033 sudo apt-get update
3134 sudo apt-get install -y mongodb-enterprise-cryptd
35+ which mongocryptd
36+ mongocryptd --version
3237 - name : install django-mongodb-backend
3338 run : |
3439 pip3 install --upgrade pip
You can’t perform that action at this time.
0 commit comments