ci: use fsp instead of full command.

This commit is contained in:
Alexandre Pujol 2025-07-07 00:52:29 +02:00
parent e6939f4968
commit e30372b729
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Build the apparmor.d package
run: |
if [[ ${{ matrix.mode }} == full-system-policy ]]; then
echo -e "\noverride_dh_auto_build:\n\tmake full" >> debian/rules
echo -e "\noverride_dh_auto_build:\n\tmake fsp" >> debian/rules
fi
if [[ ${{ matrix.os }} == ubuntu-24.04 ]] && [[ ${{ matrix.mode }} == default ]]; then
# Test with Re-attach disconnected path