We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2902a40 commit 608fb54Copy full SHA for 608fb54
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
sudo apt-get install -y luajit luarocks
21
22
- name: Install luaunit
23
- run: luarocks install luaunit
+ run: sudo luarocks install luaunit
24
25
- name: Run LuaJIT tests
26
run: luajit ./test/params_test.lua
0 commit comments