Check if we can use Ninja instead

This commit is contained in:
Arseny Kapoulkine 2022-09-29 16:04:42 -07:00
parent 4ab5667c94
commit cefb5ca4c0

View file

@ -21,9 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: cmake . -DCMAKE_BUILD_TYPE=Release
run: cmake . -DCMAKE_BUILD_TYPE=Release -GNinja
- name: build
run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Release -j 3
run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Release
- uses: actions/upload-artifact@v2
if: matrix.os != 'windows'
with: