Skip to content

Commit

Permalink
fix(ci): remove parallel build option in workflow to ensure compatibi…
Browse files Browse the repository at this point in the history
…lity with current build environment
  • Loading branch information
chenx-dust committed Jan 20, 2025
1 parent cf56ad7 commit 3bb9983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3bb9983

Please sign in to comment.