Closed vpayno closed 8 months ago
Tested this fix, it works.
--- a/.github/workflows/lua.yml
+++ b/.github/workflows/lua.yml
@@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Lua
id: setup-lua
- uses: leafo/gh-actions-lua@v10
+ uses: vpayno/gh-actions-lua@fix_cert_url
with:
luaVersion: ${{ matrix.luaVersion }}
- name: Show Lua Versions
@leafo I've also loaded this change when testing the CI runs for luasystem at https://github.com/lunarmodules/luasystem/pull/17 and all went well.
Looks like https://lua.org/ 's certificate changed today.