We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1585548 commit 771b05fCopy full SHA for 771b05f
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
-
+
19
- name: Get latest Luau version
20
id: get_latest
21
run: |
@@ -26,9 +26,9 @@ jobs:
26
27
echo "Downloading Luau version $LATEST_TAG"
28
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
+ file luau-ubuntu
+ chmod +x luau-ubuntu
+ sudo mv luau-ubuntu /usr/local/bin/luau
32
33
- name: Verify Luau installation
34
run: luau --version
0 commit comments