mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-31 02:49:01 +00:00
ci: install apparmor-utils
This commit is contained in:
parent
02ce121029
commit
e06e8aaf9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/guix.yml
vendored
2
.github/workflows/guix.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue