We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29b0b0 commit 600fd6bCopy full SHA for 600fd6b
.github/workflows/ci-dgraph-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
node-version: 16
37
- name: Install protobuf-compiler
38
- run: sudo apt-get install -y protobuf-compiler
+ run: sudo apt update && sudo apt install -y protobuf-compiler
39
- name: Check protobuf
40
run: |
41
cd ./protos
0 commit comments