Skip to content

Commit

Permalink
ci: install luarocks-build-treesitter-parser in luarocks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 13, 2024
1 parent 60b9569 commit 948fdb3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ jobs:
- name: Fail if changelog entry does not exist
if: startsWith(github.ref, 'refs/tags/')
run: grep -q "${{ github.ref_name }}" CHANGELOG.md

- name: Install Lua
uses: leso-kn/gh-actions-lua@master
with:
luaVersion: "5.1"

- name: Install Luarocks
uses: hishamhm/gh-actions-luarocks@master

- name: Install `luarocks-build-treesitter-parser` Package
run: |
luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
Expand Down

0 comments on commit 948fdb3

Please sign in to comment.