Use sudo to stop service

This commit is contained in:
Rodolphe Bréard 2023-04-30 16:43:46 +02:00
parent 08378caef1
commit 17c31ceff0

View file

@ -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: