mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Check if we can use Ninja instead
This commit is contained in:
parent
4ab5667c94
commit
cefb5ca4c0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue