From 9557f5708e050f9210146dab1316287cffd2f078 Mon Sep 17 00:00:00 2001 From: OrfeasZ Date: Sun, 13 Aug 2023 04:10:39 +0300 Subject: [PATCH] Maybe with some limited concurrency Actions runners have 2 cores, poor things --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9168e8..affbe59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Build run: | - cmake --build _build + cmake --build _build -j2 - name: Copy ResourceTool artifacts run: | @@ -140,7 +140,7 @@ jobs: - name: Build run: | - cmake --build _build + cmake --build _build -j2 - name: Copy resource tool artifacts run: |