Skip to content

Commit 6d1bd9c

Browse files
installing luau via ci
1 parent 61ab574 commit 6d1bd9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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
30+
chmod +x luau/luau-analyze
3131
sudo mv luau /usr/local/bin/luau
3232
3333
- name: Verify Luau installation

0 commit comments

Comments
 (0)