Skip to content

Commit d132da4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
2525
- name: Download Luau binary
2626
run: |
27-
echo "Downloading Luau version $LATEST_TAG"
28-
curl -LO https://github.com/luau-lang/luau/releases/download/${LATEST_TAG}/luau-ubuntu.zip
27+
echo "Downloading Luau version ${{ env.LATEST_TAG }}"
28+
curl -LO https://github.com/luau-lang/luau/releases/download/${{ env.LATEST_TAG }}/luau-ubuntu.zip
2929
file luau-ubuntu
3030
chmod +x luau-ubuntu
3131
sudo mv luau-ubuntu /usr/local/bin/luau

0 commit comments

Comments
 (0)