Skip to content

Commit 771b05f

Browse files
installing luau via ci
1 parent 1585548 commit 771b05f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
18+
1919
- name: Get latest Luau version
2020
id: get_latest
2121
run: |
@@ -26,9 +26,9 @@ jobs:
2626
run: |
2727
echo "Downloading Luau version $LATEST_TAG"
2828
curl -LO https://github.com/luau-lang/luau/releases/download/${LATEST_TAG}/luau-ubuntu.zip
29-
file luau-linux
30-
chmod +x luau-linux
31-
sudo mv luau-linux /usr/local/bin/luau
29+
file luau-ubuntu
30+
chmod +x luau-ubuntu
31+
sudo mv luau-ubuntu /usr/local/bin/luau
3232
3333
- name: Verify Luau installation
3434
run: luau --version

0 commit comments

Comments
 (0)