We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993d28d commit 0cff4b1Copy full SHA for 0cff4b1
1 file changed
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
+ - name: Submodule update
20
+ run: git submodule update --init --recursive
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments