forked from Github-Mirrors/canaille
Fixed GHA
This commit is contained in:
parent
d0f6c341f3
commit
7f234c9746
1 changed files with 9 additions and 3 deletions
12
.github/workflows/tests.yaml
vendored
12
.github/workflows/tests.yaml
vendored
|
@ -27,8 +27,10 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- name: Update apt repositories
|
||||
run: sudo apt update
|
||||
- name: Install apt dependencies
|
||||
run: sudo apt-get --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
|
||||
|
@ -44,8 +46,10 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Update apt repositories
|
||||
run: sudo apt update
|
||||
- name: Install apt dependencies
|
||||
run: sudo apt-get --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
|
||||
|
@ -65,8 +69,10 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Update apt repositories
|
||||
run: sudo apt update
|
||||
- name: Install apt dependencies
|
||||
run: sudo apt-get --yes install apparmor-utils libsasl2-dev python3-dev libldap2-dev libssl-dev slapd ldap-utils
|
||||
run: sudo aptt --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