Skip to content

Commit da89b9f

Browse files
installing luau via ci
1 parent 6cf04e6 commit da89b9f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Install dependencies
15-
run: sudo apt-get update && sudo apt-get install -y curl jq
16-
1714
- name: Get latest Luau version
1815
id: get_latest
1916
run: |
20-
LATEST_TAG=$(curl -s https://api.github.com/repositories/148821256/releases/latest | jq -r 'tag_name')
17+
LATEST_TAG=$(curl -s https://api.github.com/repositories/148821256/releases/latest | jq -r '.tag_name')
2118
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
2219
2320
- name: Download Luau binary

0 commit comments

Comments
 (0)