Skip to content

Commit eb4d950

Browse files
Try to fix luajit ci test (#2660)
## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet
1 parent 49f7084 commit eb4d950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/test-neovim-lua/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: "Set up Neovim Lua environment and run Busted tests"
33
runs:
44
using: "composite"
55
steps:
6-
- uses: leafo/gh-actions-lua@v9
6+
- uses: leafo/gh-actions-lua@v10
77
with:
8-
luaVersion: "luajit-2.1.0-beta3"
8+
luaVersion: "luajit-openresty"
99
- uses: leafo/gh-actions-luarocks@v4
1010
- shell: bash
1111
run: |

0 commit comments

Comments
 (0)