Skip to content

Commit

Permalink
feat: download luau-lsp in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lopi-py committed Jul 31, 2024
1 parent 5ad1948 commit 1f23bf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install luau-lsp
run: |
wget https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.32.1/luau-lsp-linux-arm64.zip
unzip luau-lsp*.zip
- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1
with:
Expand Down

0 comments on commit 1f23bf3

Please sign in to comment.