Skip to content

Commit f74ae36

Browse files
authored
Update rust.yml
1 parent a2cc791 commit f74ae36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: git submodule
17+
run: |
18+
git submodule sync
19+
git submodule update --init
1620
- name: Install dependencies
1721
run: rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
1822
- name: Build

0 commit comments

Comments
 (0)