Fix check-polkadot (#4341)

Follows #4317
This commit is contained in:
Weiliang Li
2019-12-10 15:39:21 +09:00
committed by Bastian Köcher
parent ac15976b9b
commit 448dbc89a5
+1 -1
View File
@@ -367,7 +367,7 @@ check_polkadot:
- mkdir -p target/debug/wbuild/.cargo
- echo "paths = [ \"$SUBSTRATE_PATH\" ]" > target/debug/wbuild/.cargo/config
# package, others are updated along the way.
- cargo update -p sp-io
- cargo update
# Check whether Polkadot 'master' branch builds with this Substrate commit.
- time cargo check
- cd -