From 34a612fee4c267ff3045decb628e825b8bea3679 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 15 Jun 2022 14:41:06 +0300 Subject: [PATCH] debug: added check for luau build directory structure --- .github/workflows/benchmark.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bffbd0c8..ec77f38b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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"