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

use lua 5.4.8 (#2841)

parent e3d08ae6
......@@ -99,12 +99,12 @@ jobs:
id: lua
uses: mercury233/action-cache-download-file@v1.0.0
with:
url: https://www.lua.org/ftp/lua-5.4.7.tar.gz
url: https://www.lua.org/ftp/lua-5.4.8.tar.gz
- name: Extract lua
run: |
tar xf ${{ steps.lua.outputs.filepath }}
move lua-5.4.7 lua
move lua-5.4.8 lua
- name: Download sqlite
id: sqlite
......@@ -345,12 +345,12 @@ jobs:
id: lua
uses: mercury233/action-cache-download-file@v1.0.0
with:
url: https://www.lua.org/ftp/lua-5.4.7.tar.gz
url: https://www.lua.org/ftp/lua-5.4.8.tar.gz
- name: Extract lua
run: |
tar xf ${{ steps.lua.outputs.filepath }}
mv lua-5.4.7 lua
mv lua-5.4.8 lua
- name: Download sqlite
if: matrix.static-link == true
......@@ -579,12 +579,12 @@ jobs:
id: lua
uses: mercury233/action-cache-download-file@v1.0.0
with:
url: https://www.lua.org/ftp/lua-5.4.7.tar.gz
url: https://www.lua.org/ftp/lua-5.4.8.tar.gz
- name: Extract lua
run: |
tar xf ${{ steps.lua.outputs.filepath }}
mv lua-5.4.7 lua
mv lua-5.4.8 lua
- name: Download sqlite
if: matrix.static-link == true
......
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