mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +01:00
fix(ci): opensuse needs util-linux.
This commit is contained in:
parent
a1f3f29347
commit
1b38129908
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ preprocess-opensuse:
|
||||||
stage: preprocess
|
stage: preprocess
|
||||||
image: opensuse/tumbleweed
|
image: opensuse/tumbleweed
|
||||||
script:
|
script:
|
||||||
- zypper install -y apparmor-profiles go git rsync lsb-release
|
- zypper install -y apparmor-profiles go git rsync lsb-release util-linux
|
||||||
- ./configure --complain
|
- ./configure --complain
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
|
|
Loading…
Reference in a new issue