Skip to content

Commit 3c4cc90

Browse files
committed
MinGW fix - step by step ...
Signed-off-by: Martin <[email protected]>
1 parent 30daf92 commit 3c4cc90

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2025-09-01 (30daf92): MinGW fix - step by step ...
12
2025-09-01 (a7e5910): test MinGW64 build
23
2025-09-01 (d4115b4): test Win MSVC build action
34
2025-08-30 (c2a6ef1): Fix GitHub runner Linux build – Temporarily disable Windows build

0 commit comments

Comments
 (0)