Skip to content

Commit 600fd6b

Browse files
fix(ci): fix protobuf compiler installation error in dgraph test workflow (#2107)
1 parent a29b0b0 commit 600fd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dgraph-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: 16
3737
- name: Install protobuf-compiler
38-
run: sudo apt-get install -y protobuf-compiler
38+
run: sudo apt update && sudo apt install -y protobuf-compiler
3939
- name: Check protobuf
4040
run: |
4141
cd ./protos

0 commit comments

Comments
 (0)