Skip to content

Commit 4a8d7e5

Browse files
committed
fix(ci/luarocks): use sudo
1 parent 8645e46 commit 4a8d7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/luarocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0 # Required to count the commits
1414
- name: Install protoc
15-
run: apt-get install protobuf-compiler
15+
run: sudo apt-get install -y protobuf-compiler
1616
- name: Get Version
1717
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
1818
- name: LuaRocks Upload

0 commit comments

Comments
 (0)