Add installation step for Luarocks in minify workflow

This commit is contained in:
Robert Jelic
2025-02-09 13:51:35 +01:00
parent 6c638aebd5
commit b767eb5beb

View File

@@ -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