mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
cleanup: consolidated moving build files into root into build step on windows
This commit is contained in:
parent
d22d61a375
commit
4993afd6f0
1 changed files with 0 additions and 3 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -42,9 +42,6 @@ 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