Use sudo to stop service
This commit is contained in:
parent
08378caef1
commit
17c31ceff0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue