We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e5910 commit 30daf92Copy full SHA for 30daf92
.github/workflows/build.yml
@@ -300,6 +300,8 @@ jobs:
300
mingw-w64-x86_64-gcc
301
mingw-w64-x86_64-qt6-static
302
mingw-w64-x86_64-pcre2
303
+ mingw-w64-x86_64-libpng
304
+ mingw-w64-x86_64-libtiff
305
mingw-w64-x86_64-fftw
306
mingw-w64-x86_64-libusb
307
CHANGELOG
@@ -1,3 +1,4 @@
1
+2025-09-01 (a7e5910): test MinGW64 build
2
2025-09-01 (d4115b4): test Win MSVC build action
3
2025-08-30 (c2a6ef1): Fix GitHub runner Linux build – Temporarily disable Windows build
4
2025-08-30 (a591a6e): update GitHub runner CI/CD script, update docs
0 commit comments