We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5c98e commit eb85c72Copy full SHA for eb85c72
.github/workflows/publish.yaml
@@ -63,3 +63,8 @@ jobs:
63
- run: luarocks --local build luzer-scm-1.rockspec
64
65
- run: luarocks --local make
66
+
67
+ - run: |
68
+ luarocks --local install luzer-scm-1.rockspec
69
+ eval $(luarocks path)
70
+ lua -l luzer
0 commit comments