From 17c31ceff060386a7cc530bca40eaabf2f6d4a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 30 Apr 2023 16:43:46 +0200 Subject: [PATCH] Use sudo to stop service --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e08c48..1c8a252 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Install OpenSMTPD run: sudo apt install -y opensmtpd - name: Stop OpenSMTPD - run: systemctl stop opensmtpd.service + run: sudo systemctl stop opensmtpd.service - name: Install Rust stable uses: actions-rs/toolchain@v1 with: