From 424f3bfb10fcdb59c8dc0f3c9290575c02c2ef0e Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Wed, 13 Apr 2022 11:33:26 +0200 Subject: [PATCH] CI: Use jom to parallelize the build ... 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