We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86eacb3 commit cf23d38Copy full SHA for cf23d38
.github/workflows/main.yml
@@ -21,8 +21,10 @@ jobs:
21
uses: actions/setup-python@v2
22
with:
23
python-version: ${{ matrix.python }}
24
+ - name: Update apt repository
25
+ run: sudo apt update
26
- name: Install apt dependencies
- run: sudo apt-get --yes install apparmor-utils libsasl2-dev python-dev-is-python3 libldap2-dev libssl-dev slapd ldap-utils
27
+ run: sudo apt install --yes apparmor-utils libsasl2-dev python-dev-is-python3 libldap2-dev libssl-dev slapd ldap-utils
28
- name: App armor configuration for slapd
29
run: sudo aa-complain /usr/sbin/slapd
30
- name: Install python dependencies
0 commit comments