Skip to content

Commit

Permalink
fix: 3.0-windows-build.yml jom concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
sangshuduo committed Jun 8, 2023
1 parent c4c755a commit 8e8ca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/3.0-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
|| github.event_name == 'schedule'
run: |
cd TDengine/debug
cmake .. -G "NMake Makefiles JOM" -DBUILD_TOOLS=true -DTOOLS_BUILD_TYPE=${{env.TOOLS_BUILD_TYPE}} && jom -j 8 && jom install
cmake .. -G "NMake Makefiles JOM" -DBUILD_TOOLS=true -DTOOLS_BUILD_TYPE=${{env.TOOLS_BUILD_TYPE}} && jom -j 2 && jom install
- name: Checkout TDengine's taos-tools to PR number
if: |
Expand Down

0 comments on commit 8e8ca4f

Please sign in to comment.