From 44cf05177aa069659699268d5f9169ff5c4a973e Mon Sep 17 00:00:00 2001 From: rbong Date: Sat, 17 Aug 2024 12:40:26 -0400 Subject: [PATCH] Fix 404 when downloading Lua See: https://github.com/leafo/gh-actions-lua/issues/49 https://github.com/leafo/gh-actions-lua/pull/44 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64eb01e..123f77d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" @@ -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 }}"