Skip to content

Commit 3603825

Browse files
committed
fix fetching of submodules which was broken by rust-lang/rust#97513
1 parent 788a0ae commit 3603825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: copy config.toml into rustc repo
3939
run: cp -f config.toml rust/config.toml
4040
- name: check out submodules
41-
run: ./x.py
41+
run: git submodule update --init
4242
working-directory: rust
4343
- name: clone icemaker
4444
run: git clone https://github.com/matthiaskrgr/icemaker icemaker

0 commit comments

Comments
 (0)