Skip to content

Commit

Permalink
fix(ci/luarocks): use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 3, 2024
1 parent 8645e46 commit 4a8d7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0 # Required to count the commits
- name: Install protoc
run: apt-get install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler
- name: Get Version
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
- name: LuaRocks Upload
Expand Down

0 comments on commit 4a8d7e5

Please sign in to comment.