Skip to content

Commit 8b3bf2c

Browse files
Use --platform=standard for luau-lsp analyze
1 parent 865bf82 commit 8b3bf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
- name: Run Tests
5353
run: |
5454
perl -pi -e 's/require\("\@self"\)/require\("\.\/"\)/g' src/init.test.luau
55-
luau-lsp analyze --flag LuauSolverV2=true src/init.test.luau
55+
luau-lsp analyze --platform=standard --flag LuauSolverV2=true src/init.test.luau
5656

0 commit comments

Comments
 (0)