Skip to content

Commit

Permalink
[ci] 临时性解决 Github CI MacOS 并行编译卡死的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
WentsingNee committed May 24, 2024
1 parent c8ee070 commit 739c7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/KerbalBuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run_utest.config.system
- name: Build
run: cmake --build ${{github.workspace}}/KerbalTest-build --config ${{env.BUILD_TYPE}} --parallel
run: cmake --build ${{github.workspace}}/KerbalTest-build --config ${{env.BUILD_TYPE}}

- name: Run Unit Test
run: cmake --build ${{github.workspace}}/KerbalTest-build --config ${{env.BUILD_TYPE}} --target runm_utest
Expand Down

0 comments on commit 739c7ad

Please sign in to comment.