Skip to content

Commit 25795d1

Browse files
installing luau via ci
1 parent d914b01 commit 25795d1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@ jobs:
2828
curl -LO https://github.com/luau-lang/luau/releases/download/${{ env.LATEST_TAG }}/luau-ubuntu.zip
2929
unzip luau-ubuntu.zip
3030
chmod +x luau
31-
chmod +x luau-analyze
32-
chmod +x luau-ast
33-
chmod +x luau-compile
3431
sudo mv luau /usr/local/bin/luau
35-
sudo mv luau-analyze /usr/local/bin/luau-analyze
36-
sudo mv luau-analyze /usr/local/bin/luau-analyze
37-
sudo mv luau-ast /usr/local/bin/ luau-ast
38-
sudo mv luau-compile /usr/local/bin/ luau-compile
3932
4033
- name: Verify Luau installation
4134
run: luau --version

0 commit comments

Comments
 (0)