Skip to content

Commit

Permalink
Add more deps for static windows...
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Jun 16, 2024
1 parent e4a25f2 commit 11182cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
msystem: CLANG64
update: true
install: >-
mingw-w64-clang-x86_64-toolchain make tar unzip xz zip mingw-w64-clang-x86_64-qt6-static mingw-w64-clang-x86_64-cmake mingw-w64-clang-x86_64-ninja mingw-w64-clang-x86_64-zlib mingw-w64-clang-x86_64-pcre2 mingw-w64-clang-x86_64-libpng mingw-w64-clang-x86_64-freetype
mingw-w64-clang-x86_64-toolchain make tar unzip xz zip mingw-w64-clang-x86_64-qt6-static mingw-w64-clang-x86_64-cmake mingw-w64-clang-x86_64-ninja mingw-w64-clang-x86_64-zlib mingw-w64-clang-x86_64-pcre2 mingw-w64-clang-x86_64-libpng mingw-w64-clang-x86_64-freetype mingw-w64-clang-x86_64-libwebp
- name: Build for Windows
shell: msys2 {0}
run: CMAKE_PREFIX_PATH=/clang64/qt6-static/ cmake . -DCMAKE_DISABLE_FIND_PACKAGE_harfbuzz=TRUE ; cmake --build . ; mkdir -p plugins; mv release/*.dll plugins/ ; zip -r ddb_gui_qt5_windows-static.zip plugins/*.dll
Expand Down

0 comments on commit 11182cd

Please sign in to comment.