From de63b6621d95b77288e7bae0abacc3637f206cb6 Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Sun, 17 Nov 2024 17:03:50 +0100 Subject: [PATCH] Run CorePackages test with Luau syntax --- .github/run_comparisons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/run_comparisons.py b/.github/run_comparisons.py index 50b91d0a..ef52dfc8 100644 --- a/.github/run_comparisons.py +++ b/.github/run_comparisons.py @@ -38,7 +38,7 @@ # } "CorePackages": { "url": "https://github.com/grilme99/CorePackages", - "command": "." + "command": "--syntax luau ." } }