1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

Disable librsvg on ubuntu 20.04.

This commit is contained in:
Brenden Matthews 2022-09-10 12:03:39 -05:00
parent 7436ade19d
commit b5bc9bf379
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -99,9 +99,9 @@ jobs:
# Enable librsvg by default, disable for older versions of Ubuntu
# because we need librsvg>=2.46
# because we need librsvg>=2.52
RSVG_ENABLED=ON
[[ "${{ matrix.os }}" == "ubuntu-18.04"* ]] && RSVG_ENABLED=OFF
[[ "${{ matrix.os }}" == "ubuntu-20.04"* ]] && RSVG_ENABLED=OFF
mkdir build
cd build