Skip to content

Commit

Permalink
Adds protobuf-compiler to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mango-dee committed Dec 9, 2024
1 parent f88ac48 commit 6d3974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Linux Packages
run: |
sudo apt-get update -y
sudo apt-get install libssl-dev openssl -y
sudo apt-get install libssl-dev openssl protobuf-compiler -y
- uses: actions/checkout@v4

Expand Down

0 comments on commit 6d3974e

Please sign in to comment.