fix(libsoup)[1]

This commit is contained in:
Jacob Heider 2024-04-25 20:21:49 -04:00
parent 127b9aff58
commit d7811c9b01
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -48,5 +48,8 @@ test:
dependencies: dependencies:
freedesktop.org/pkg-config: '*' freedesktop.org/pkg-config: '*'
script: script:
- cc test.c $(pkg-config --libs --cflags libsoup-3.0) -o test - run: cc test.c $(pkg-config --libs --cflags libsoup-3.0) -o test
if: '>=2.90'
- run: cc test.c $(pkg-config --libs --cflags libsoup-2.4) -o test
if: '<2.90'
- ./test - ./test