Stop the opensmtpd service
This commit is contained in:
parent
bdef34c55b
commit
08378caef1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -46,6 +46,8 @@ jobs:
|
|||
run: sudo apt install -y python3-dkim python3-dnspython python3-nacl python3-authres
|
||||
- name: Install OpenSMTPD
|
||||
run: sudo apt install -y opensmtpd
|
||||
- name: Stop OpenSMTPD
|
||||
run: systemctl stop opensmtpd.service
|
||||
- name: Install Rust stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue