mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +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
|
dpkg-buildpackage -b -d --no-sign
|
||||||
|
|
||||||
- name: Install apparmor.d
|
- name: Install apparmor.d
|
||||||
run: sudo dpkg --install ../apparmor.d_*_amd64.deb
|
run: sudo dpkg --install ../apparmor.d_*_amd64.deb || true
|
||||||
|
|
||||||
- name: Reload AppArmor
|
- name: Reload AppArmor
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue