Skip to content

Commit

Permalink
Update build.yml to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Mar 29, 2024
1 parent 1b95794 commit 1d1f0ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
run: |-
set -eux
if command -v apt; then
sudo apt -q update && sudo apt -qy install protobuf-compiler ;;
sudo apt -q update
sudo apt -qy install protobuf-compiler
protoc --version
esac
Expand Down

0 comments on commit 1d1f0ba

Please sign in to comment.