Skip to content

Commit

Permalink
Checking for luajit first
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 11, 2025
1 parent 8babdce commit c06bb89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/luarocks-rockspec-expander/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runs:
path: '.dependencies/luarocks-tag-release'

- name: Install A Lua Interpreter
if: !contains(commands('which luajit'), 'luajit')
uses: leafo/gh-actions-lua@v10
with:
# Neovim is compiled with LuaJIT so we might as well match. But it
Expand Down

0 comments on commit c06bb89

Please sign in to comment.