fix(ci): install NetBSD X Window binary sets when building gtk (#8503)

This commit is contained in:
Yat Ho
2026-02-15 07:20:47 +08:00
committed by GitHub
parent 8fecf2662c
commit 3f9d3b945b

View File

@@ -1439,7 +1439,7 @@ jobs:
`[ '${{ needs.what-to-make.outputs.make-qt }}' = 'true' ] && echo qt6-qtsvg qt6-qttools` \
rapidjson \
utf8-cpp
if [ '${{ needs.what-to-make.outputs.make-qt }}' = 'true' ]; then
if [ '${{ needs.what-to-make.outputs.make-gtk }}' = 'true' ] || [ '${{ needs.what-to-make.outputs.make-qt }}' = 'true' ]; then
for set in xbase xcomp; do
curl -sL "https://cdn.netbsd.org/pub/NetBSD/NetBSD-`uname -r`/${{ matrix.arch.binary-set }}/binary/sets/$set.tar.xz" | tar xJpf - -C /
done