From c2e0d4ea619f3a68e1f3937ad90c395d8110c64d Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 29 Sep 2022 16:08:11 -0700 Subject: [PATCH] Let's try this option for MSBuild then --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 564670b9..e55dee2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,9 +21,9 @@ jobs: steps: - uses: actions/checkout@v1 - name: configure - run: cmake . -DCMAKE_BUILD_TYPE=Release -GNinja + run: cmake . -DCMAKE_BUILD_TYPE=Release - name: build - run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Release + run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Release -j 3 -- /p:CL_MPcount=3 - uses: actions/upload-artifact@v2 if: matrix.os != 'windows' with: