fix(ci): github workflows.

This commit is contained in:
Alexandre Pujol 2024-10-06 17:44:46 +01:00
parent 0e96b3b66f
commit 52b3a1dfd4
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -43,7 +43,7 @@ jobs:
sudo systemctl status apparmor.service
- name: Ensure compatibility with some AppArmor userspace tools
run:
run: |
if [[ ${{ matrix.os }} != ubuntu-24.04 ]]; then
sudo aa-enforce /etc/apparmor.d/aa-notify
fi