From 6d9dcbcf9101cd314eeefb62379fea40e3246b4e Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Wed, 13 Apr 2022 12:40:19 +0200 Subject: [PATCH] CI: Use jom to parallelize the build (#177) ... and use powershell after all --- .github/workflows/qmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/qmake.yml b/.github/workflows/qmake.yml index ffc91214..f2e05689 100644 --- a/.github/workflows/qmake.yml +++ b/.github/workflows/qmake.yml @@ -74,12 +74,12 @@ jobs: - name: Qt version run: qmake -v - shell: cmd - name: qmake run: qmake qskinny.pro - shell: cmd - - name: nmake - run: nmake - shell: cmd + - name: jom + run: | + Invoke-WebRequest -Uri "https://download.qt.io/official_releases/jom/jom.zip" -OutFile jom.zip + unzip jom.zip + .\jom