mirror of https://github.com/nirenjan/libx52.git
Disable building for Ubuntu 18.04
libinih-dev on Bionic does not provide a .pc file, so PKG_CHECK_MODULES fails on this target. This commit disables the CI build on Bionic until we have a workaround.reverse-scroll
parent
fa298455aa
commit
738879f79f
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-18.04', 'ubuntu-20.04', 'macos-latest']
|
os: ['ubuntu-20.04', 'macos-latest']
|
||||||
cc: ['gcc', 'clang']
|
cc: ['gcc', 'clang']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue