From 803147cba2d2994ce30a5f11f5f4846e2e2ef7bc Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Fri, 10 Jun 2022 13:39:19 +0300 Subject: [PATCH] Debug WIP: Build luau on windows --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6e12f1095..bdd533c6f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -43,7 +43,8 @@ jobs: - name: Build Luau (Windows) if: ${{ matrix.os }} == "windows-latest" - run: / + shell: bash # necessary for fail-fast + run: | cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Debug # match config with tests to improve build time Debug/luau tests/conformance/assert.lua Debug/luau-analyze tests/conformance/assert.lua