Skip to content

Commit 0cff4b1

Browse files
authored
Add submodule update step
1 parent 993d28d commit 0cff4b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: Submodule update
20+
run: git submodule update --init --recursive
1921
- name: Build
2022
run: cargo build --verbose
2123
- name: Run tests

0 commit comments

Comments
 (0)