diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index dee459cea7..04b1616f6a 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -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 -