ci: exclude 'lib' from libsoup configure option
The option used by configure script is actually --with-soup/--without-soup. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Closes: #1661 Approved by: jlebon
This commit is contained in:
parent
7ead3c1aa8
commit
be018ed70c
|
|
@ -99,7 +99,7 @@ required: true
|
|||
context: f28-libsoup
|
||||
|
||||
env:
|
||||
CONFIGOPTS: "--without-curl --without-openssl --with-libsoup"
|
||||
CONFIGOPTS: "--without-curl --without-openssl --with-soup"
|
||||
|
||||
tests:
|
||||
- ci/build-check.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue