mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
fix cmake build
This commit is contained in:
parent
3969ab5194
commit
cc9f51cdb9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/prototyping.yml
vendored
3
.github/workflows/prototyping.yml
vendored
|
@ -64,9 +64,8 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
cmake build ../
|
cmake build ../
|
||||||
- name: cmake build luau-ast
|
- name: cmake build luau-ast
|
||||||
working-directory: build
|
|
||||||
run: |
|
run: |
|
||||||
cmake --build ../ --target Luau.Ast.CLI
|
cmake --build ./build --target Luau.Ast.CLI
|
||||||
- name: run tests
|
- name: run tests
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue