Skip to content

Commit

Permalink
Install protobuf in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemoldrup committed Sep 26, 2023
1 parent 302fd5e commit 4d0752f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Install protobuf
run: sudo apt-get install -y protobuf-compiler
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4d0752f

Please sign in to comment.