Skip to content

Commit

Permalink
ci: use parallel build for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 committed Aug 17, 2023
1 parent fb5732b commit 155b466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
run: |
export "PATH=/d/a/Seamly2D/Qt/Tools/mingw1120_64/bin:$PATH"
qmake.exe Seamly2D.pro -config release CONFIG+=noTests
mingw32-make
mingw32-make -j
- name: create seamly2d-installer.exe
# copy seamly2d and seamlyme directory trees prepared by windeployqt and create installer
Expand Down

0 comments on commit 155b466

Please sign in to comment.