ci: install apparmor-utils

This commit is contained in:
tobtoht 2024-08-09 13:15:12 +02:00
parent 02ce121029
commit e06e8aaf9b
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -52,7 +52,7 @@ jobs:
path: contrib/depends/sources
key: sources-${{ hashFiles('contrib/depends/packages/*') }}
- name: install dependencies
run: sudo apt update; sudo apt -y install guix git ca-certificates
run: sudo apt update; sudo apt -y install guix git ca-certificates apparmor-utils
- name: fix apparmor
run: sudo cp .github/workflows/guix /etc/apparmor.d/guix; sudo /etc/init.d/apparmor reload; sudo aa-enforce guix
- name: build