Add installation step for Luarocks in minify workflow
This commit is contained in:
5
.github/workflows/minify.yml
vendored
5
.github/workflows/minify.yml
vendored
@@ -23,6 +23,11 @@ jobs:
|
||||
- name: Set up Lua
|
||||
uses: leafo/gh-actions-lua@v8
|
||||
|
||||
- name: Install Luarocks
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y luarocks
|
||||
|
||||
- name: Install Lua minifier
|
||||
run: luarocks install luamin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user