Skip to content

Commit

Permalink
Install protobuf for docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Nov 22, 2023
1 parent 9ada9c8 commit 32c6eab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Git LFS pull
run: git lfs pull

- name: Install protobuf
run: sudo apt-get install protobuf-compiler

- name: Generate certs
run: ./playground/generate_certs.sh

Expand Down

0 comments on commit 32c6eab

Please sign in to comment.