forked from Github-Mirrors/canaille
Typo
This commit is contained in:
parent
7f234c9746
commit
8ee31a3e99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
- name: Update apt repositories
|
||||
run: sudo apt update
|
||||
- name: Install apt dependencies
|
||||
run: sudo aptt --yes install apparmor-utils libsasl2-dev python3-dev libldap2-dev libssl-dev slapd ldap-utils
|
||||
run: sudo apt --yes install apparmor-utils libsasl2-dev python3-dev libldap2-dev libssl-dev slapd ldap-utils
|
||||
- name: App armor configuration for slapd
|
||||
run: sudo aa-complain /usr/sbin/slapd
|
||||
- uses: actions/cache@v1
|
||||
|
|
Loading…
Reference in a new issue