Skip to content

Commit

Permalink
Fix 404 when downloading Lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Aug 17, 2024
1 parent 1aa5d90 commit cc63c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
include:
- vim_type: "Vim"
vim_version: "v8.2.4212"
lua_version: "luajit-2.1.0-beta3"
lua_version: "luajit-git"
nvim: "false"
- vim_type: "Vim"
vim_version: "v9.0.1205"
lua_version: "luajit-2.1.0-beta3"
lua_version: "luajit-git"
nvim: "false"
- vim_type: "Neovim"
vim_version: "head"
Expand Down

0 comments on commit cc63c62

Please sign in to comment.