From 3bb9983ee1b0a72995ef21a7fb7560c5879bf0ee Mon Sep 17 00:00:00 2001 From: Chenx Dust Date: Mon, 20 Jan 2025 22:17:38 +0800 Subject: [PATCH] fix(ci): remove parallel build option in workflow to ensure compatibility with current build environment --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4da54c1..37a210e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: - name: Build run: | - qt-cmake.bat --build build --target ${{ env.TARGET_NAME }} --config Release --parallel $(nproc) + qt-cmake.bat --build build --target ${{ env.TARGET_NAME }} --config Release - name: Download and copy files env: