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 44cf051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 5
- name: "install lua"
uses: "leafo/gh-actions-lua@v10.0.0"
uses: "jkl1337/gh-actions-lua@v10.0.0"
with:
luaVersion: "${{ matrix.lua_version }}"
if: "${{ matrix.lua_version }}"
Expand Down

0 comments on commit 44cf051

Please sign in to comment.