Skip to content

Commit 4c59e7b

Browse files
installing luau via ci
1 parent d132da4 commit 4c59e7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
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
29+
unzip luau-ubuntu.zip
2930
file luau-ubuntu
3031
chmod +x luau-ubuntu
3132
sudo mv luau-ubuntu /usr/local/bin/luau

0 commit comments

Comments
 (0)