ci(github): ensure install does not fail too early to show error message.

This commit is contained in:
Alexandre Pujol 2024-03-10 14:59:02 +00:00
parent 8f1fff89ab
commit 84247e390c
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -33,7 +33,7 @@ jobs:
dpkg-buildpackage -b -d --no-sign
- name: Install apparmor.d
run: sudo dpkg --install ../apparmor.d_*_amd64.deb
run: sudo dpkg --install ../apparmor.d_*_amd64.deb || true
- name: Reload AppArmor
run: |