mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug: moved move command to its own step for debugging purposes
This commit is contained in:
parent
0ee5f2cf5f
commit
6c01fb5596
1 changed files with 3 additions and 0 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -44,6 +44,9 @@ jobs:
|
|||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
||||
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
||||
|
||||
- name: Move build files to root
|
||||
run: |
|
||||
move build/RelWithDebInfo/* ../../
|
||||
|
||||
- name: Check dir structure
|
||||
|
|
Loading…
Add table
Reference in a new issue