From 34b6549fe7f2350685dd189d0457ad0a97b4bc20 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 7 May 2023 11:28:09 +0000 Subject: [PATCH] ci: add missed --parallel 3 from msys2 cmake builds Follow-up to 3d64a3f5100f7f4cf52202396eb4f1c3f3567771 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0296bbc..8cc6a889 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: - name: 'cmake build' if: ${{ matrix.build == 'cmake' }} shell: msys2 {0} - run: cmake --build bld + run: cmake --build bld --parallel 3 - name: 'cmake tests' if: ${{ matrix.build == 'cmake' }} timeout-minutes: 10