Skip to content

Commit

Permalink
Build parallel to speed up msbuild?
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium authored Nov 8, 2023
1 parent f05e8bd commit 1ba0a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build
env:
MAKEFLAGS: "-j8"
run: cmake --build ${{env.BUILD_DIR}} --config ${{env.BUILD_TYPE}}
run: cmake --build ${{env.BUILD_DIR}} --config ${{env.BUILD_TYPE}} --parallel

- name: Archive files
run: |
Expand Down

0 comments on commit 1ba0a67

Please sign in to comment.