debug: added check for luau build directory structure

This commit is contained in:
Allan Jeremy 2022-06-15 14:41:06 +03:00
parent 5e04168c9c
commit 34a612fee4

View file

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