Skip to content

Commit

Permalink
fix: move GHA from protoc snap to deb
Browse files Browse the repository at this point in the history
The snap hasn't been updated since 2021 and
doesn't allow since stabilized features like
`optional`.
  • Loading branch information
Zoe Spellman committed Feb 15, 2024
1 parent e99a8ed commit 5444d48
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 5444d48

Please sign in to comment.