Skip to content

Commit c0557ef

Browse files
installing luau via ci
1 parent 1cc18d9 commit c0557ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ 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-
ls
30+
chmod +x luau
3131
chmod +x luau-analyze
32+
chmod +x luau-ast
33+
chmod +x luau-compile
3234
sudo mv luau /usr/local/bin/luau
35+
sudo mv luau-analyze /usr/local/bin/luau-analyze
36+
sudo mv luau-ast /usr/local/bin/luau-ast
37+
sudo mv luau-compile /usr/local/bin/luau-compile
3338
3439
- name: Verify Luau installation
3540
run: luau-analyze --version

0 commit comments

Comments
 (0)