Skip to content

Commit

Permalink
fix: upgrade protoc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 9, 2024
1 parent 0f17da9 commit c3ad2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ jobs:
steps:
- checkout
- run:
name: Install protobuf and git
command: pacman -Sy --noconfirm protobuf git && protoc --version
name: Install protobuf and git and dependencies
command: pacman -Sy --noconfirm protobuf git gcc-libs && protoc --version
- run:
name: Regenerate descriptors
working_directory: pbjson-types
Expand Down

0 comments on commit c3ad2d9

Please sign in to comment.