On Thu, 14 Mar 2024 08:59:09 GMT, Ludovic Henry <[email protected]> wrote:
>> Hamlin Li has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> fix variable name in github workflow
>
> .github/workflows/build-cross-compile.yml line 138:
>
>> 136: --arch=${{ matrix.debian-arch }}
>> 137: --verbose
>> 138:
>> --include=fakeroot,symlinks,build-essential,libx11-dev,libxext-dev,libxrender-dev,libxrandr-dev,libxtst-dev,libxt-dev,libcups2-dev,libfontconfig1-dev,libasound2-dev,libfreetype-dev,libpng-dev,${{
>> extra-libs }}
>
> This will have to be `${{ matrix.extra-libs }}`
Thanks, fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18294#discussion_r1524497586