mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
install mongo cli
This commit is contained in:
parent
a61d382a1d
commit
19af48e3fb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
node-version: ${{ matrix.node }}
|
||||
- run: 'sudo apt-get install gnupg'
|
||||
- run: 'wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -'
|
||||
- run: lsb_release -sc
|
||||
- run: 'echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list'
|
||||
- run: cat /etc/apt/sources.list.d/mongodb-org-6.0.list
|
||||
- run: 'sudo apt-get update'
|
||||
|
|
Loading…
Reference in a new issue