Skip to content

Commit 11a577d

Browse files
committed
fix(ci/luarocks): install protoc before publishing to luarocks
1 parent fecd7a4 commit 11a577d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/luarocks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0 # Required to count the commits
14+
- name: Install protoc
15+
run: apt-get install protobuf-compiler
1416
- name: Get Version
1517
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
1618
- name: LuaRocks Upload

0 commit comments

Comments
 (0)