Let's try this option for MSBuild then

This commit is contained in:
Arseny Kapoulkine 2022-09-29 16:08:11 -07:00
parent cefb5ca4c0
commit c2e0d4ea61

View file

@ -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: