mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 14:06:47 +01:00
ci(github): ensure install does not fail too early to show error message.
This commit is contained in:
parent
8f1fff89ab
commit
84247e390c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue