Skip to content

Commit 608fb54

Browse files
committed
update deployment workflow to use sudo for luaunit installation
1 parent 2902a40 commit 608fb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get install -y luajit luarocks
2121
2222
- name: Install luaunit
23-
run: luarocks install luaunit
23+
run: sudo luarocks install luaunit
2424

2525
- name: Run LuaJIT tests
2626
run: luajit ./test/params_test.lua

0 commit comments

Comments
 (0)