Skip to content

Commit 1da2fe9

Browse files
installing luau via ci
1 parent e88bf28 commit 1da2fe9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
echo "Downloading Luau version ${{ env.LATEST_TAG }}"
2828
curl -LO https://github.com/luau-lang/luau/releases/download/${{ env.LATEST_TAG }}/luau-ubuntu.zip
2929
unzip luau-ubuntu.zip
30-
chmod +x luau-ubuntu
30+
chmod +x luau-ubuntu/luau
31+
chmod +x luau-ubuntu/luau-analyze
32+
chmod +x luau-ubuntu/luau-ast
33+
chmod +x luau-ubuntu/luau-compile
3134
sudo mv luau-ubuntu /usr/local/bin/luau
3235
3336
- name: Verify Luau installation

0 commit comments

Comments
 (0)