Use Lua 5.3
This commit is contained in:
7
.github/workflows/minify.yml
vendored
7
.github/workflows/minify.yml
vendored
@@ -20,13 +20,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Lua
|
- name: Install Lua 5.3
|
||||||
uses: leafo/gh-actions-lua@v8
|
|
||||||
|
|
||||||
- name: Install Luarocks
|
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y luarocks
|
sudo apt-get install -y lua5.3 luarocks
|
||||||
|
|
||||||
- name: Install Lua minifier
|
- name: Install Lua minifier
|
||||||
run: luarocks install --local luamin
|
run: luarocks install --local luamin
|
||||||
|
|||||||
Reference in New Issue
Block a user