Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit b76ebc3

Browse files
authored
Update cmake-multiple-platform.yml
1 parent 4c3e5a6 commit b76ebc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
mkdir -p build
6767
cd build
6868
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DMONOLM_VERSION="${{ needs.setup.outputs.buildnumber }}" -DMONOLM_PACKAGE="monolm-build-${{ needs.setup.outputs.buildnumber }}-windows-${{ env.GITHUB_SHA_SHORT }}" ..
69-
cmake --build . --target mono-lang-module --config ${{ env.BUILD_TYPE }} -- /m:16
69+
cmake --build . --target mono-lang-module --config ${{ env.BUILD_TYPE }} -- /m
7070
7171
- name: Clean build directory
7272
shell: pwsh
@@ -112,7 +112,7 @@ jobs:
112112
mkdir -p build
113113
cd build
114114
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DMONOLM_VERSION="${{ needs.setup.outputs.buildnumber }}" -DMONOLM_PACKAGE="monolm-build-${{ needs.setup.outputs.buildnumber }}-linux-${{ env.GITHUB_SHA_SHORT }}" ..
115-
cmake --build . --target mono-lang-module --config ${{ env.BUILD_TYPE }} -- -j16
115+
cmake --build . --target mono-lang-module --config ${{ env.BUILD_TYPE }} -- -j
116116
117117
- name: Clean build directory
118118
run: |

0 commit comments

Comments
 (0)