We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e357d73 commit 76f7649Copy full SHA for 76f7649
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
+ with:
20
+ submodules: recursive
21
- name: Install protoc
22
run: sudo apt-get install protobuf-compiler
23
- name: Build
0 commit comments