Skip to content

Commit

Permalink
Merge pull request #77 from ubuntu/update-gha
Browse files Browse the repository at this point in the history
Move Github Actions to `apt` version of protoc
  • Loading branch information
ZoopOTheGoop authored Feb 19, 2024
2 parents 6254aa8 + 1df0704 commit 4f5af90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
- name: Install additional build dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev pkg-config
sudo snap install protobuf --classic
sudo apt-get install -y libssl-dev pkg-config protobuf-compiler
- name: Check code format
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 4f5af90

Please sign in to comment.