Skip to content

Commit cc63c62

Browse files
committed
Fix 404 when downloading Lua
See: leafo/gh-actions-lua#49 leafo/gh-actions-lua#44
1 parent 1aa5d90 commit cc63c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
include:
1010
- vim_type: "Vim"
1111
vim_version: "v8.2.4212"
12-
lua_version: "luajit-2.1.0-beta3"
12+
lua_version: "luajit-git"
1313
nvim: "false"
1414
- vim_type: "Vim"
1515
vim_version: "v9.0.1205"
16-
lua_version: "luajit-2.1.0-beta3"
16+
lua_version: "luajit-git"
1717
nvim: "false"
1818
- vim_type: "Neovim"
1919
vim_version: "head"

0 commit comments

Comments
 (0)