From 08378caef1499daf6704575820db73f142c058f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 30 Apr 2023 16:42:05 +0200 Subject: [PATCH] Stop the opensmtpd service --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f57284..3e08c48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: