Skip to content

Commit

Permalink
fix protobuf compiler installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji-dgraph committed Sep 11, 2024
1 parent a29b0b0 commit 101b546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: 16
- name: Install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler
run: sudo apt update && sudo apt install -y protobuf-compiler
- name: Check protobuf
run: |
cd ./protos
Expand Down

0 comments on commit 101b546

Please sign in to comment.