fix cmake build

This commit is contained in:
Lily Brown 2022-02-17 16:39:56 -08:00
parent 3969ab5194
commit cc9f51cdb9

View file

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