Update release.yml

Use -j2 for release builds since CMake doesn't do it for us
This commit is contained in:
Arseny Kapoulkine 2022-09-29 16:19:37 -07:00 committed by GitHub
parent 937ef2efd4
commit cc26ef16df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
- name: configure
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 2
- uses: actions/upload-artifact@v2
if: matrix.os != 'windows'
with: