We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ee004 commit 76c0a37Copy full SHA for 76c0a37
.github/workflows/publish-luarocks.yaml
@@ -17,6 +17,15 @@ jobs:
17
with:
18
luaVersion: "5.4.0"
19
20
+ - name: Install LuaRocks
21
+ run: |
22
+ wget https://luarocks.github.io/luarocks/releases/luarocks-3.11.0.tar.gz
23
+ tar zxpf luarocks-3.11.0.tar.gz
24
+ cd luarocks-3.11.0
25
+ ./configure; sudo make bootstrap
26
+ cd ..
27
+ rm -rf luarocks-3.11.0 luarocks-3.11.0.tar.gz
28
+
29
- name: Delete old rockspec files
30
run: |
31
git rm MathParser-*.rockspec || true
0 commit comments