Skip to content

Commit

Permalink
Try to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Feb 26, 2024
1 parent 8327054 commit 94715d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
- name: Install msys2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: CLANG64
update: true
install: >-
mingw-w64-x86_64-toolchain make tar unzip xz zip mingw-w64-x86_64-qt6-static mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja
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
- name: Build for Windows
shell: msys2 {0}
run: CMAKE_PREFIX_PATH=/mingw64/qt6-static/ cmake . ; cmake --build . ; mkdir -p plugins; mv release/*.dll plugins/ ; zip -r ddb_gui_qt5_windows-static.zip plugins/*.dll
run: CMAKE_PREFIX_PATH=/clang64/qt6-static/ cmake . ; cmake --build . ; mkdir -p plugins; mv release/*.dll plugins/ ; zip -r ddb_gui_qt5_windows-static.zip plugins/*.dll
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 94715d2

Please sign in to comment.