mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug: added check for luau build directory structure
This commit is contained in:
parent
5e04168c9c
commit
34a612fee4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/benchmark.yml
vendored
5
.github/workflows/benchmark.yml
vendored
|
@ -44,6 +44,11 @@ jobs:
|
|||
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
||||
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
||||
|
||||
- name: Check dir structure
|
||||
run: |
|
||||
ls
|
||||
ls build
|
||||
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.9"
|
||||
|
|
Loading…
Add table
Reference in a new issue