Commit ed7e69cd authored by mercury233's avatar mercury233 Committed by GitHub

use lua 5.4.7 (#627)

parent 05d1385e
......@@ -18,9 +18,9 @@ jobs:
- name: Install lua
run: |
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.lua.org/ftp/lua-5.4.6.tar.gz ; exit 0"
tar xzf lua-5.4.6.tar.gz
move lua-5.4.6 lua
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.lua.org/ftp/lua-5.4.7.tar.gz ; exit 0"
tar xzf lua-5.4.7.tar.gz
move lua-5.4.7 lua
- name: Premake
run: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment