Skip to content

Commit

Permalink
Try to fix luajit ci test (#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson authored Sep 10, 2024
1 parent 49f7084 commit eb4d950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test-neovim-lua/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: "Set up Neovim Lua environment and run Busted tests"
runs:
using: "composite"
steps:
- uses: leafo/gh-actions-lua@v9
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-2.1.0-beta3"
luaVersion: "luajit-openresty"
- uses: leafo/gh-actions-luarocks@v4
- shell: bash
run: |
Expand Down

0 comments on commit eb4d950

Please sign in to comment.