From dbbec3b02760908d818d49c2f933ec66196ecd42 Mon Sep 17 00:00:00 2001 From: EinTim Date: Sat, 3 May 2025 23:14:35 +0200 Subject: [PATCH] Improve github actions build times --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4966df5..e4bdb58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release - name: Build the project - run: cmake --build build --config Release + run: cmake --build build --config Release -j - name: Download linuxdeploy run: | @@ -85,7 +85,7 @@ jobs: run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release - name: Build the project - run: cmake --build build --config Release + run: cmake --build build --config Release -j - name: Upload Windows artifact uses: actions/upload-artifact@v4 @@ -112,7 +112,7 @@ jobs: run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release - name: Build the project - run: cmake --build build --config Release + run: cmake --build build --config Release -j - name: Create DMG package run: |