Skip to content

Commit 1cc18d9

Browse files
installing luau via ci
1 parent 6d1bd9c commit 1cc18d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ 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/luau-analyze
30+
ls
31+
chmod +x luau-analyze
3132
sudo mv luau /usr/local/bin/luau
3233
3334
- name: Verify Luau installation

0 commit comments

Comments
 (0)