Skip to content

Commit

Permalink
fix(ci/luarocks): install protoc before publishing to luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 3, 2024
1 parent fecd7a4 commit 11a577d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Required to count the commits
- name: Install protoc
run: apt-get install 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 11a577d

Please sign in to comment.