Skip to content

Commit

Permalink
ci: windows parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Sep 15, 2023
1 parent 0b12b7e commit c26cdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
DONT_RUN_VCPKG: true

- name: Build Project
run: cmake --build main/build --target dpp --config ${{matrix.cfg.config}}
run: cmake --build main/build --target dpp --config ${{matrix.cfg.config}} --parallel 2
env:
DONT_RUN_VCPKG: true

Expand Down

0 comments on commit c26cdcf

Please sign in to comment.