Skip to content

Commit

Permalink
fix: move luau-lsp to usr bin
Browse files Browse the repository at this point in the history
  • Loading branch information
lopi-py committed Jul 31, 2024
1 parent 0e9ee17 commit 795bc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
wget https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.32.1/luau-lsp-linux-arm64.zip
unzip luau-lsp*.zip
sudo mv luau-lsp /usr/local/bin/luau-lsp
- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1
Expand Down

0 comments on commit 795bc95

Please sign in to comment.