Skip to content

Commit cf23d38

Browse files
committed
chore: GHA fix
1 parent 86eacb3 commit cf23d38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
uses: actions/setup-python@v2
2222
with:
2323
python-version: ${{ matrix.python }}
24+
- name: Update apt repository
25+
run: sudo apt update
2426
- name: Install apt dependencies
25-
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
2628
- name: App armor configuration for slapd
2729
run: sudo aa-complain /usr/sbin/slapd
2830
- name: Install python dependencies

0 commit comments

Comments
 (0)