File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ jobs:
291291 echo "git_describe=$(git describe)"
292292 echo "git_describe=$(git describe)" >> $GITHUB_OUTPUT
293293
294+ # why are some qt6 dependency libs not installed automaticaly? pcre2, libpng, harfbuzz
294295 - name : Install MSYS2 Packages
295296 uses : msys2/setup-msys2@v2
296297 with :
@@ -302,6 +303,7 @@ jobs:
302303 mingw-w64-x86_64-pcre2
303304 mingw-w64-x86_64-libpng
304305 mingw-w64-x86_64-libtiff
306+ mingw-w64-x86_64-harfbuzz
305307 mingw-w64-x86_64-fftw
306308 mingw-w64-x86_64-libusb
307309
Original file line number Diff line number Diff line change 1+ 2025-09-01 (30daf92): MinGW fix - step by step ...
122025-09-01 (a7e5910): test MinGW64 build
232025-09-01 (d4115b4): test Win MSVC build action
342025-08-30 (c2a6ef1): Fix GitHub runner Linux build – Temporarily disable Windows build
You can’t perform that action at this time.
0 commit comments