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 f049878 commit d9b8a01Copy full SHA for d9b8a01
.circleci/config.yml
@@ -7,6 +7,9 @@ jobs:
7
8
steps:
9
- checkout
10
+ - run: git submodule sync
11
+ - run: git submodule update --init
12
+
13
- run:
14
name: Version information
15
command: rustc --version; cargo --version; rustup --version
0 commit comments