Hi Ilya,
On Thu, May 30, 2024 at 03:40:31PM +0200, Ilia Shipitsin wrote:
> + ${{ contains(matrix.FLAGS, 'USE_LUA=1') && 'liblua5.4-dev' ||
> '' }} \
> + ${{ contains(matrix.FLAGS, 'USE_PCRE2=1') && 'libpcre2-dev' ||
> '' }} \
> + ${{ contains(matrix.FLAGS, 'USE_SYSTEMD') && 'libsystemd-dev' ||
> '' }} \
^^^ =1 ?
while I guess it should work, is this an overlook or is it intentional
that "=1" is not specified here ?Thanks, Willy

